mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Fixing access modifier test on Test task.
This commit is contained in:
parent
4b919382bb
commit
ed02b0f54b
1 changed files with 1 additions and 1 deletions
|
@ -482,7 +482,7 @@ class TestTaskTest extends CakeTestCase {
|
|||
$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);
|
||||
|
|
Loading…
Add table
Reference in a new issue