Changeset 51584
- Timestamp:
- 08/09/2021 01:04:38 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/bootstrap.php
r51581 r51584 40 40 if ( version_compare( $phpunit_version, '5.7.21', '<' ) ) { 41 41 printf( 42 'Error: Looks like you’re using PHPUnit %s. WordPress requires at least PHPUnit 5.7.21.'. PHP_EOL,42 "Error: Looks like you're using PHPUnit %s. WordPress requires at least PHPUnit 5.7.21." . PHP_EOL, 43 43 $phpunit_version 44 44 );
Note: See TracChangeset
for help on using the changeset viewer.