Unit Tests: Make it more compatible with PHPUnit when installed as a Phar, or, Composer package, by removing a duplicate require (Phpunit already includes the file itself). Props scribu Fixes #25065

git-svn-id: https://develop.svn.wordpress.org/trunk@25145 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse 2013-08-28 01:43:14 +00:00
parent c1827f73cd
commit b38ac8cd66
1 changed files with 0 additions and 2 deletions

View File

@ -4,8 +4,6 @@
*/
require_once 'PHPUnit/Autoload.php';
$config_file_path = dirname( __FILE__ ) . '/../wp-tests-config.php';
if ( ! file_exists( $config_file_path ) ) {
// Support having the config file one level up.