Skip to content

Commit

Permalink
Fixing deprecation error due to changes in API
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 11, 2009
1 parent 4ec75c6 commit c49662e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/tests/lib/code_coverage_manager.php
Expand Up @@ -498,7 +498,7 @@ function __testObjectFileFromCaseFile($file, $isApp = true) {

$folder =& new Folder();
$folder->cd(ROOT . DS . CAKE_TESTS_LIB);
$contents = $folder->ls();
$contents = $folder->read();

if (in_array(basename($testFile), $contents[1])) {
$testFile = basename($testFile);
Expand Down

0 comments on commit c49662e

Please sign in to comment.