Skip to content

Commit

Permalink
Fixing access modifier test on Test task.
Browse files Browse the repository at this point in the history
  • Loading branch information
predominant committed Apr 10, 2010
1 parent 4b91938 commit ed02b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/tests/cases/console/libs/tasks/test.test.php
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ public function testBakeControllerTest() {
$this->assertPattern('/class TestTaskCommentsControllerTestCase extends CakeTestCase/', $result);

$this->assertPattern('/class TestTestTaskCommentsController extends TestTaskCommentsController/', $result);
$this->assertPattern('/var \$autoRender = false/', $result);
$this->assertPattern('/public \$autoRender = false/', $result);
$this->assertPattern('/function redirect\(\$url, \$status = null, \$exit = true\)/', $result);

$this->assertPattern('/function startTest\(\)/', $result);
Expand Down

0 comments on commit ed02b0f

Please sign in to comment.