Changeset 50986 for trunk/tests/phpunit/includes/bootstrap.php
- Timestamp:
- 05/25/2021 01:07:43 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/includes/bootstrap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/bootstrap.php
r49571 r50986 194 194 _delete_all_posts(); 195 195 196 if ( version_compare( tests_get_phpunit_version(), '7. 0', '>=' ) ) {196 if ( version_compare( tests_get_phpunit_version(), '7.5', '>=' ) ) { 197 197 require __DIR__ . '/phpunit7/testcase.php'; 198 198 } else {
Note: See TracChangeset
for help on using the changeset viewer.