framework/extensions/package-manager/tests/integration/setup.php
Sami Mazouz 64b25b26c3
chore: improve test suite (#3814)
Allows running tests without constantly running `composer install` on each extension.
2023-06-15 13:26:39 +01:00

19 lines
401 B
PHP

<?php
/*
* This file is part of Flarum.
*
* For detailed copyright and license information, please view the
* LICENSE file that was distributed with this source code.
*/
use Flarum\PackageManager\Tests\integration\SetupComposer;
$setup = require __DIR__.'/../../../../php-packages/testing/bootstrap/monorepo.php';
$setup->run();
$setupComposer = new SetupComposer();
$setupComposer->run();