mirror of
https://github.com/flarum/framework.git
synced 2024-11-24 04:53:55 +08:00
64b25b26c3
Allows running tests without constantly running `composer install` on each extension.
13 lines
278 B
PHP
13 lines
278 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.
|
|
*/
|
|
|
|
$setup = require __DIR__.'/../../../../php-packages/testing/bootstrap/monorepo.php';
|
|
|
|
$setup->run();
|