@@ -119,6 +119,9 @@ |
||
119 | 119 | return $this; |
120 | 120 | } |
121 | 121 | |
122 | + /** |
|
123 | + * @param integer $code |
|
124 | + */ |
|
122 | 125 | public function assertResponseCode($code) |
123 | 126 | { |
124 | 127 | $this->statusExpected = $code; |
@@ -5,7 +5,6 @@ |
||
5 | 5 | use ByJG\ApiTools\Base\Schema; |
6 | 6 | use ByJG\ApiTools\Exception\NotMatchedException; |
7 | 7 | use ByJG\ApiTools\Exception\StatusCodeNotMatchedException; |
8 | -use ByJG\ApiTools\Swagger\SwaggerSchema; |
|
9 | 8 | use GuzzleHttp\Client; |
10 | 9 | use GuzzleHttp\ClientInterface; |
11 | 10 | use GuzzleHttp\Exception\BadResponseException; |