1
0
mirror of https://github.com/flarum/core.git synced 2025-08-05 07:57:46 +02:00

Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
Alexander Skvortsov
2021-11-16 21:50:53 +00:00
committed by StyleCI Bot
parent 28d6471877
commit 80833d154f

View File

@@ -15,6 +15,7 @@ use Flarum\Testing\integration\TestCase;
class SetTest extends TestCase
{
use RetrievesAuthorizedUsers;
/**
* @inheritDoc
*/
@@ -65,7 +66,6 @@ class SetTest extends TestCase
$this->assertEquals(200, $response->getStatusCode());
}
/**
* @test
*/