diff --git a/tests/TestCase/Console/Command/Task/TestTaskTest.php b/tests/TestCase/Console/Command/Task/TestTaskTest.php index 4064b9d8886..4cdbd8c383b 100644 --- a/tests/TestCase/Console/Command/Task/TestTaskTest.php +++ b/tests/TestCase/Console/Command/Task/TestTaskTest.php @@ -630,7 +630,7 @@ public static function caseFileNameProvider() { */ public function testTestCaseFileName($type, $class, $expected) { $result = $this->Task->testCaseFileName($type, $class); - $expected = ROOT . DS . 'Test/' . $expected; + $expected = ROOT . DS . 'tests/' . $expected; $this->assertPathEquals($expected, $result); }