mirror of
https://github.com/flarum/framework.git
synced 2024-12-05 09:03:36 +08:00
21 lines
295 B
PHP
21 lines
295 B
PHP
|
<?php
|
||
|
|
||
|
/*
|
||
|
* This file is part of flarum/testing-tests.
|
||
|
*
|
||
|
* Copyright (c) 2021 .
|
||
|
*
|
||
|
* For the full copyright and license information, please view the LICENSE.md
|
||
|
* file that was distributed with this source code.
|
||
|
*/
|
||
|
|
||
|
namespace Flarum\Testing;
|
||
|
|
||
|
use Flarum\Extend;
|
||
|
|
||
|
return [
|
||
|
|
||
|
|
||
|
|
||
|
];
|