mirror of
https://github.com/flarum/core.git
synced 2025-07-20 00:01:17 +02:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
@@ -13,7 +13,6 @@ use Carbon\Carbon;
|
|||||||
use Flarum\Api\ApiKey;
|
use Flarum\Api\ApiKey;
|
||||||
use Flarum\Tests\integration\RetrievesAuthorizedUsers;
|
use Flarum\Tests\integration\RetrievesAuthorizedUsers;
|
||||||
use Flarum\Tests\integration\TestCase;
|
use Flarum\Tests\integration\TestCase;
|
||||||
use Illuminate\Support\Str;
|
|
||||||
|
|
||||||
class WithApiKeyTest extends TestCase
|
class WithApiKeyTest extends TestCase
|
||||||
{
|
{
|
||||||
|
@@ -52,7 +52,7 @@ class ListTest extends TestCase
|
|||||||
{
|
{
|
||||||
parent::tearDown();
|
parent::tearDown();
|
||||||
|
|
||||||
$this->database()->table('discussions')->whereIn('id', [1,2])->delete();
|
$this->database()->table('discussions')->whereIn('id', [1, 2])->delete();
|
||||||
$this->database()->table('posts')->whereIn('id', [1, 2])->delete();
|
$this->database()->table('posts')->whereIn('id', [1, 2])->delete();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -10,9 +10,9 @@
|
|||||||
namespace Flarum\Tests\integration\extenders;
|
namespace Flarum\Tests\integration\extenders;
|
||||||
|
|
||||||
use Flarum\Extend;
|
use Flarum\Extend;
|
||||||
use Flarum\Tests\integration\UsesSettings;
|
|
||||||
use Flarum\Tests\integration\RetrievesAuthorizedUsers;
|
use Flarum\Tests\integration\RetrievesAuthorizedUsers;
|
||||||
use Flarum\Tests\integration\TestCase;
|
use Flarum\Tests\integration\TestCase;
|
||||||
|
use Flarum\Tests\integration\UsesSettings;
|
||||||
|
|
||||||
class SettingsTest extends TestCase
|
class SettingsTest extends TestCase
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user