Skip to content

Commit

Permalink
Exclude integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Sep 5, 2024
1 parent b493c51 commit 5ea6c29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test_old/run.php
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,8 @@ function showHelp($error) {
| Zend.tests.grammar.regression_010
# not worth emulating on old PHP versions
| Zend.tests.type_declarations.intersection_types.parsing_comment
# comments in property fetch syntax, not emulated on old PHP versions
| Zend.tests.gh14961
)\.phpt$~x', $file)) {
return null;
}
Expand Down

0 comments on commit 5ea6c29

Please sign in to comment.