mirror of
https://github.com/flarum/core.git
synced 2025-07-31 21:50:50 +02:00
Updated tests namespace to be ps4-valid. Added tests for flooding exception, fixed broken code
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
namespace tests\Flarum\Core\Settings;
|
||||
namespace Tests\Flarum\Core\Settings;
|
||||
|
||||
use Flarum\Settings\DatabaseSettingsRepository;
|
||||
use Illuminate\Database\ConnectionInterface;
|
||||
|
@@ -1,5 +1,5 @@
|
||||
<?php
|
||||
namespace tests\Flarum\Core\Settings;
|
||||
namespace Tests\Flarum\Core\Settings;
|
||||
|
||||
use Flarum\Settings\MemoryCacheSettingsRepository;
|
||||
use Flarum\Settings\SettingsRepositoryInterface;
|
||||
|
Reference in New Issue
Block a user