1
0
mirror of https://github.com/flarum/core.git synced 2025-07-17 06:41:21 +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 7c12e2c464
commit f53a81bc18

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
*/