1
0
mirror of https://github.com/flarum/core.git synced 2025-08-20 07:11:31 +02:00

test(approval): unapproved content can only be seen by allowed users

Signed-off-by: Sami Mazouz <ilyasmazouz@gmail.com>
This commit is contained in:
Sami Mazouz
2022-07-07 22:58:45 +01:00
committed by Sami Mazouz
parent 2e840dc73d
commit ab6cee1a25
10 changed files with 305 additions and 3 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();