Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
euromark committed Sep 15, 2013
1 parent 910ee33 commit c8b1816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Test/Case/Error/ExceptionRendererTest.php
Expand Up @@ -761,7 +761,7 @@ public function testMissingSubdirRenderSafe() {
$ExceptionRenderer->render();
$this->assertEquals('', $ExceptionRenderer->controller->layoutPath);
$this->assertEquals('', $ExceptionRenderer->controller->subDir);
$this->assertEquals('Errors/', $ExceptionRenderer->controller->viewPath);
$this->assertEquals('Errors', $ExceptionRenderer->controller->viewPath);
}

/**
Expand Down

0 comments on commit c8b1816

Please sign in to comment.