diff options
Diffstat (limited to 'tests/phpunit/includes/bootstrap.php')
-rw-r--r-- | tests/phpunit/includes/bootstrap.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/phpunit/includes/bootstrap.php b/tests/phpunit/includes/bootstrap.php index 36f54541b2..f059590ac1 100644 --- a/tests/phpunit/includes/bootstrap.php +++ b/tests/phpunit/includes/bootstrap.php @@ -193,7 +193,7 @@ require_once ABSPATH . '/wp-settings.php'; // Delete any default posts & related data. _delete_all_posts(); -if ( version_compare( tests_get_phpunit_version(), '7.0', '>=' ) ) { +if ( version_compare( tests_get_phpunit_version(), '7.5', '>=' ) ) { require __DIR__ . '/phpunit7/testcase.php'; } else { require __DIR__ . '/testcase.php'; |