MDL-38364 phpunit: PHPUnit autoload uses capital A
This commit is contained in:
committed by
Damyon Wiese
parent
3ab41b9779
commit
3bb4d9b400
@@ -47,10 +47,10 @@ list($options, $unrecognized) = cli_get_params(
|
||||
)
|
||||
);
|
||||
|
||||
if (file_exists(__DIR__.'/../../../../vendor/phpunit/phpunit/PHPUnit/autoload.php')) {
|
||||
if (file_exists(__DIR__.'/../../../../vendor/phpunit/phpunit/PHPUnit/Autoload.php')) {
|
||||
// Composer packages present.
|
||||
require_once(__DIR__.'/../../../../vendor/autoload.php');
|
||||
require_once(__DIR__.'/../../../../vendor/phpunit/phpunit/PHPUnit/autoload.php');
|
||||
require_once(__DIR__.'/../../../../vendor/phpunit/phpunit/PHPUnit/Autoload.php');
|
||||
|
||||
} else {
|
||||
// Verify PHPUnit PEAR libs can be loaded.
|
||||
|
||||
Reference in New Issue
Block a user