Skip to content

Commit dfbe380

Browse files
committed
fixed test
1 parent 5774dce commit dfbe380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Framework/Assert.exception.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Assert::exception(function () {
1919

2020
Assert::exception(function () {
2121
eval('*');
22-
}, Error::class, 'syntax error%a%');
22+
}, Error::class, 'syntax error%a?%');
2323

2424
Assert::exception(function () {
2525
Assert::exception(function () {

0 commit comments

Comments
 (0)