We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3447fcd commit 0df55d2Copy full SHA for 0df55d2
1 file changed
tests/TestCase/Controller/PagesControllerTest.php
@@ -69,8 +69,8 @@ public function testMissingTemplateInDebug()
69
$this->get('/pages/not_existing');
70
71
$this->assertResponseFailure();
72
- $this->assertResponseContains('Template file');
73
- $this->assertResponseContains('Stacktrace');
+ $this->assertResponseContains('Missing Template');
+ $this->assertResponseContains('stack-frames');
74
$this->assertResponseContains('not_existing.php');
75
}
76
0 commit comments