mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +00:00
Removing reference to deprecated method.
This commit is contained in:
parent
f033516fcc
commit
b39df8ce2b
1 changed files with 1 additions and 1 deletions
|
@ -89,7 +89,7 @@ class CodeCoverageManagerTest extends CakeTestCase {
|
|||
App::import('Core', 'Folder');
|
||||
$folder = new Folder();
|
||||
$folder->cd($path);
|
||||
$contents = $folder->ls();
|
||||
$contents = $folder->read();
|
||||
|
||||
/**
|
||||
* remove method
|
||||
|
|
Loading…
Add table
Reference in a new issue