Skip to content

Commit

Permalink
Fix failing folder test.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Oct 2, 2012
1 parent e945f22 commit 9b53319
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Test/TestCase/Utility/FolderTest.php
Expand Up @@ -672,7 +672,7 @@ public function testFindRecursive() {
$this->assertSame(array_diff($expected, $result), array());
$this->assertSame(array_diff($expected, $result), array());

$result = $Folder->findRecursive('(config|paths)\.php', true);
$result = $Folder->findRecursive('(config|woot)\.php', true);
$expected = array(
CAKE . 'Config/config.php'
);
Expand Down

0 comments on commit 9b53319

Please sign in to comment.