forum-oauth-center/tests/integration/setup.php

17 lines
319 B
PHP
Raw Normal View History

2023-09-28 17:42:13 +08:00
<?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();