We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0af3326 + fecf1e4 commit ab0bd22Copy full SHA for ab0bd22
build/phar-autoload.php.in
@@ -13,6 +13,7 @@ define('__PHPUNIT_PHAR__', str_replace(DIRECTORY_SEPARATOR, '/', $phar));
13
define('__PHPUNIT_PHAR_ROOT__', 'phar://___PHAR___');
14
15
___FILELIST___
16
+require __PHPUNIT_PHAR_ROOT__ . '/phpunit/Framework/Assert/Functions.php';
17
18
Phar::mapPhar('___PHAR___');
19
0 commit comments