mirror of
https://github.com/flarum/core.git
synced 2025-08-06 16:36:47 +02:00
Add automated tests for flarum/testing
This commit is contained in:
committed by
SychO9
parent
1fbf5fd029
commit
9ed29cd35e
20
php-packages/testing/tests/extend.php
Normal file
20
php-packages/testing/tests/extend.php
Normal file
@@ -0,0 +1,20 @@
|
||||
<?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 [
|
||||
|
||||
|
||||
|
||||
];
|
Reference in New Issue
Block a user