1
0
mirror of https://github.com/flarum/core.git synced 2025-08-08 17:36:38 +02:00

Move in visibility scoping from tags, add automated testing.

This commit is contained in:
Alexander Skvortsov
2021-05-11 20:04:52 -04:00
parent f80a88d45b
commit be59e77a01
13 changed files with 592 additions and 38 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();