We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 379b3e7 commit 821570eCopy full SHA for 821570e
tests/application/tests/Controller/TwigControllerTest.php
@@ -18,6 +18,6 @@ public function testDemoController()
18
19
$client->request('GET', '/twig-invalid-option');
20
$this->assertEquals(500, $client->getResponse()->getStatusCode());
21
- $this->assertMatchesRegularExpression('#Builder option.*does not exist#', $client->getResponse()->getContent());
+ $this->assertMatchesRegularExpression('#Unknown named parameter \$invalidOption#', $client->getResponse()->getContent());
22
}
23
0 commit comments