Skip to content

Commit

Permalink
Fix assertions on error rendering.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Jul 20, 2023
1 parent 3447fcd commit 0df55d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/TestCase/Controller/PagesControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ public function testMissingTemplateInDebug()
$this->get('/pages/not_existing');

$this->assertResponseFailure();
$this->assertResponseContains('Template file');
$this->assertResponseContains('Stacktrace');
$this->assertResponseContains('Missing Template');
$this->assertResponseContains('stack-frames');
$this->assertResponseContains('not_existing.php');
}

Expand Down

0 comments on commit 0df55d2

Please sign in to comment.