mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 07:03:38 +08:00
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();
|