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 5f6bfc5 commit fc456a2Copy full SHA for fc456a2
tests/FactoryTest.php
@@ -5,10 +5,9 @@
5
use ApiClients\Foundation\Client;
6
use ApiClients\Foundation\Factory;
7
use ApiClients\Foundation\Hydrator\Hydrator;
8
+use ApiClients\Foundation\Options;
9
use ApiClients\Foundation\Transport\Client as TransportClient;
10
use ApiClients\Foundation\Transport\ClientInterface;
-use ApiClients\Foundation\Transport\Options as TransportOptions;
11
-use ApiClients\Foundation\Options;
12
use ApiClients\Tools\TestUtilities\TestCase;
13
use InvalidArgumentException;
14
use League\Tactician\Exception\MissingHandlerException;
0 commit comments