Changeset 51543 for trunk/tests/phpunit/includes/bootstrap.php
- Timestamp:
- 08/04/2021 06:55:38 PM (2 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 11 11 .git 12 12 jsdoc 13 composer.lock 13 14 vendor 14 15 packagehash.txt
-
- Property svn:ignore
-
trunk/tests/phpunit/includes/bootstrap.php
r51490 r51543 38 38 $phpunit_version = tests_get_phpunit_version(); 39 39 40 if ( version_compare( $phpunit_version, '5. 4', '<' ) || version_compare( $phpunit_version, '8.0', '>=' ) ) {40 if ( version_compare( $phpunit_version, '5.7', '<' ) || version_compare( $phpunit_version, '8.0', '>=' ) ) { 41 41 printf( 42 "Error: Looks like you're using PHPUnit %s. WordPress requires at least PHPUnit 5. 4and is currently only compatible with PHPUnit up to 7.x.\n",42 "Error: Looks like you're using PHPUnit %s. WordPress requires at least PHPUnit 5.7 and is currently only compatible with PHPUnit up to 7.x.\n", 43 43 $phpunit_version 44 44 );
Note: See TracChangeset
for help on using the changeset viewer.