Skip to content

Commit 821570e

Browse files
committed
Fix functional test
1 parent 379b3e7 commit 821570e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/application/tests/Controller/TwigControllerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ public function testDemoController()
1818

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

0 commit comments

Comments
 (0)