Exclude integration test

This commit is contained in:
Nikita Popov 2024-09-05 21:41:03 +02:00
parent b493c51cce
commit 5ea6c2938b

View File

@ -119,6 +119,8 @@ switch ($testType) {
| Zend.tests.grammar.regression_010 | Zend.tests.grammar.regression_010
# not worth emulating on old PHP versions # not worth emulating on old PHP versions
| Zend.tests.type_declarations.intersection_types.parsing_comment | 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)) { )\.phpt$~x', $file)) {
return null; return null;
} }