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:
21
extensions/package-manager/tests/integration/setup.php
Normal file
21
extensions/package-manager/tests/integration/setup.php
Normal 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();
|
Reference in New Issue
Block a user