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 5774dce commit dfbe380Copy full SHA for dfbe380
tests/Framework/Assert.exception.phpt
@@ -19,7 +19,7 @@ Assert::exception(function () {
19
20
Assert::exception(function () {
21
eval('*');
22
-}, Error::class, 'syntax error%a%');
+}, Error::class, 'syntax error%a?%');
23
24
25
0 commit comments