1
0
mirror of https://github.com/flarum/core.git synced 2025-07-31 13:40:20 +02:00

Updated tests namespace to be ps4-valid. Added tests for flooding exception, fixed broken code

This commit is contained in:
Kirk Bushell
2015-10-27 12:48:27 +00:00
parent 5e2f659f54
commit f0883471ef
7 changed files with 27 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
<?php
namespace tests\Test;
namespace Tests\Test;
use Mockery;
use PHPUnit_Framework_TestCase;