1
0
mirror of https://github.com/flarum/core.git synced 2025-08-16 13:24:11 +02:00

Extension Tests (#9)

This commit is contained in:
Sami Mazouz
2021-11-08 20:22:07 +01:00
committed by GitHub
parent 5cef9ad52c
commit a9ff884231
17 changed files with 429 additions and 1003 deletions

View File

@@ -0,0 +1,21 @@
<?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\Testing\integration\Setup\SetupScript;
use Flarum\PackageManager\Tests\integration\SetupComposer;
require __DIR__.'/../../vendor/autoload.php';
$setup = new SetupScript();
$setup->run();
$setupComposer = new SetupComposer();
$setupComposer->run();