Skip to content

Commit c2011f9

Browse files
committed
style(tests): apply php-cs-fixer import ordering to event stream tests
1 parent 2100c93 commit c2011f9

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

tests/Unit/Client/DockerApiClientWrapperTest.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,15 @@
44

55
namespace WebProject\DockerApiClient\Tests\Unit\Client;
66

7+
use const JSON_THROW_ON_ERROR;
78
use Codeception\Test\Unit;
89
use Symfony\Component\HttpClient\MockHttpClient;
910
use Symfony\Component\HttpClient\Response\MockResponse;
1011
use WebProject\DockerApi\Library\Generated\Client;
1112
use WebProject\DockerApiClient\Client\DockerApiClientWrapper;
1213
use WebProject\DockerApiClient\Event\ContainerEvent;
13-
1414
use function json_encode;
15-
16-
use const JSON_THROW_ON_ERROR;
15+
use function strlen;
1716

1817
final class DockerApiClientWrapperTest extends Unit
1918
{

0 commit comments

Comments
 (0)