We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14cb823 commit cf60c67Copy full SHA for cf60c67
1 file changed
tests/Unit/Client/DockerApiClientWrapperTest.php
@@ -4,16 +4,15 @@
4
5
namespace WebProject\DockerApiClient\Tests\Unit\Client;
6
7
+use const JSON_THROW_ON_ERROR;
8
use Codeception\Test\Unit;
9
use Symfony\Component\HttpClient\MockHttpClient;
10
use Symfony\Component\HttpClient\Response\MockResponse;
11
use WebProject\DockerApi\Library\Generated\Client;
12
use WebProject\DockerApiClient\Client\DockerApiClientWrapper;
13
use WebProject\DockerApiClient\Event\ContainerEvent;
-
14
use function json_encode;
15
16
-use const JSON_THROW_ON_ERROR;
+use function strlen;
17
18
final class DockerApiClientWrapperTest extends Unit
19
{
0 commit comments