mirror of
https://github.com/flarum/core.git
synced 2025-07-30 21:20:24 +02:00
Change namespace of test classes
(as implemented by @luceos in his WIP PR)
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
* file that was distributed with this source code.
|
||||
*/
|
||||
|
||||
namespace Tests\Test;
|
||||
namespace Flarum\Tests\Test;
|
||||
|
||||
use Mockery;
|
||||
use PHPUnit\Framework\TestCase as Test;
|
||||
|
Reference in New Issue
Block a user