Skip to content

Commit

Permalink
fix the related test
Browse files Browse the repository at this point in the history
  • Loading branch information
antograssiot committed Jul 10, 2014
1 parent c02f322 commit 49da430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestCase/Console/Command/Task/TestTaskTest.php
Expand Up @@ -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);
}

Expand Down

0 comments on commit 49da430

Please sign in to comment.