Skip to content

Commit

Permalink
Fix functional test
Browse files Browse the repository at this point in the history
  • Loading branch information
endroid committed Oct 21, 2024
1 parent 379b3e7 commit 821570e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/application/tests/Controller/TwigControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ public function testDemoController()

$client->request('GET', '/twig-invalid-option');
$this->assertEquals(500, $client->getResponse()->getStatusCode());
$this->assertMatchesRegularExpression('#Builder option.*does not exist#', $client->getResponse()->getContent());
$this->assertMatchesRegularExpression('#Unknown named parameter \$invalidOption#', $client->getResponse()->getContent());
}
}

0 comments on commit 821570e

Please sign in to comment.