Skip to content

Commit b50c5ee

Browse files
authored
Remove tests that only ran on PHP 7 and are always skipped on PHP 8.1+ (#1986)
PHP 8.1 is the minimum supported version. Tests with skip_if_php_version('>=', '7.99') are permanently skipped and can be removed. Their PHP 8 counterparts (where applicable) remain in place. Also remove the now-unnecessary skip_if_php_version('<', '7.99') from session-startTransaction_error-005.phpt, which always runs on PHP 8.1+. Replace skip_if_php_version('>=', '8.1.99') with the explicit '8.2' version in bug1598-002 tests; '8.1.99' was used as a pre-release placeholder when PHP 8.2 was not yet released.
1 parent 43f1ccf commit b50c5ee

22 files changed

+5
-686
lines changed

tests/apm/bug0950-002.phpt

Lines changed: 0 additions & 59 deletions
This file was deleted.

tests/bson/bson-binary_error-001.phpt

Lines changed: 0 additions & 36 deletions
This file was deleted.

tests/bson/bson-binary_error-005.phpt

Lines changed: 0 additions & 35 deletions
This file was deleted.

tests/bson/bson-decimal128_error-001.phpt

Lines changed: 0 additions & 27 deletions
This file was deleted.

tests/bson/bson-javascript_error-001.phpt

Lines changed: 0 additions & 21 deletions
This file was deleted.

tests/bson/bson-objectid-001.phpt

Lines changed: 0 additions & 94 deletions
This file was deleted.

tests/bson/bson-objectid-tostring_error-001.phpt

Lines changed: 0 additions & 23 deletions
This file was deleted.

tests/bson/bson-objectid_error-001.phpt

Lines changed: 0 additions & 21 deletions
This file was deleted.

tests/bson/bson-regex_error-001.phpt

Lines changed: 0 additions & 35 deletions
This file was deleted.

tests/bson/bson-timestamp_error-001.phpt

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)