mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Implemented PoolOptimizer
This commit is contained in:
parent
7eca450d9b
commit
34183f49f9
30 changed files with 1492 additions and 18 deletions
|
@ -10,6 +10,8 @@
|
|||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
use Composer\Util\Platform;
|
||||
|
||||
error_reporting(E_ALL);
|
||||
|
||||
if (function_exists('date_default_timezone_set') && function_exists('date_default_timezone_get')) {
|
||||
|
@ -19,3 +21,5 @@ if (function_exists('date_default_timezone_set') && function_exists('date_defaul
|
|||
require __DIR__.'/../src/bootstrap.php';
|
||||
require __DIR__.'/../src/Composer/InstalledVersions.php';
|
||||
require __DIR__.'/Composer/Test/TestCase.php';
|
||||
|
||||
Platform::putEnv('COMPOSER_TESTS_ARE_RUNNING', '1');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue