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

Add integration tests (#66)

This commit is contained in:
Sami Mazouz
2021-04-13 22:27:42 +01:00
committed by GitHub
parent cd3934e358
commit 057517688c
11 changed files with 584 additions and 2 deletions

View File

@@ -0,0 +1,16 @@
<?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;
require __DIR__.'/../../vendor/autoload.php';
$setup = new SetupScript();
$setup->run();