1
0
mirror of https://github.com/flarum/core.git synced 2025-07-17 23:01:17 +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 class SetTest extends TestCase
{ {
use RetrievesAuthorizedUsers; use RetrievesAuthorizedUsers;
/** /**
* @inheritDoc * @inheritDoc
*/ */
@@ -65,7 +66,6 @@ class SetTest extends TestCase
$this->assertEquals(200, $response->getStatusCode()); $this->assertEquals(200, $response->getStatusCode());
} }
/** /**
* @test * @test
*/ */