Changeset 40536 for trunk/tests/phpunit/includes/bootstrap.php
- Timestamp:
- 04/23/2017 02:05:12 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/bootstrap.php
r40065 r40536 4 4 */ 5 5 6 /** 7 * Compatibility with PHPUnit 6+ 8 */ 9 if ( class_exists( 'PHPUnit\Runner\Version' ) ) { 10 require_once dirname( __FILE__ ) . '/phpunit6-compat.php'; 11 } 6 12 7 13 $config_file_path = dirname( dirname( __FILE__ ) );
Note: See TracChangeset
for help on using the changeset viewer.