Changeset 40547 for branches/4.7/tests/phpunit/includes/bootstrap.php
- Timestamp:
- 04/24/2017 12:37:19 AM (8 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
- Property svn:mergeinfo changed
/trunk merged: 40536,40538-40539,40546
- Property svn:mergeinfo changed
-
branches/4.7/tests/phpunit/includes/bootstrap.php
r40116 r40547 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.