@@ -1,11 +1,7 @@ |
||
| 1 | 1 | <?php declare(strict_types=1); |
| 2 | 2 | namespace Behapi\Json; |
| 3 | 3 | |
| 4 | -use stdClass; |
|
| 5 | -use InvalidArgumentException; |
|
| 6 | - |
|
| 7 | 4 | use Webmozart\Assert\Assert; |
| 8 | - |
|
| 9 | 5 | use Behapi\Http\Response; |
| 10 | 6 | use Behapi\HttpHistory\History as HttpHistory; |
| 11 | 7 | |
@@ -2,12 +2,9 @@ |
||
| 2 | 2 | namespace Behapi\Http; |
| 3 | 3 | |
| 4 | 4 | use RuntimeException; |
| 5 | - |
|
| 6 | 5 | use Psr\Http\Message\RequestInterface; |
| 7 | - |
|
| 8 | 6 | use Behat\Behat\Context\Context; |
| 9 | 7 | use Behat\Gherkin\Node\TableNode; |
| 10 | - |
|
| 11 | 8 | use Http\Client\HttpClient; |
| 12 | 9 | use Http\Message\StreamFactory; |
| 13 | 10 | use Http\Message\MessageFactory; |