1
0
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:
Franz Liedke
2018-03-04 00:01:49 +01:00
parent cc22d1d6f8
commit a061eda019
14 changed files with 26 additions and 26 deletions

View File

@@ -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;