Skip to content

Commit 0df55d2

Browse files
committed
Fix assertions on error rendering.
1 parent 3447fcd commit 0df55d2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/TestCase/Controller/PagesControllerTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ public function testMissingTemplateInDebug()
6969
$this->get('/pages/not_existing');
7070

7171
$this->assertResponseFailure();
72-
$this->assertResponseContains('Template file');
73-
$this->assertResponseContains('Stacktrace');
72+
$this->assertResponseContains('Missing Template');
73+
$this->assertResponseContains('stack-frames');
7474
$this->assertResponseContains('not_existing.php');
7575
}
7676

0 commit comments

Comments
 (0)