@@ -33,6 +33,9 @@ discard block |
||
33 | 33 | $this->guzzleHttpClient = new Client(['headers' => ['User-Agent' => 'Swagger Test']]); |
34 | 34 | } |
35 | 35 | |
36 | + /** |
|
37 | + * @param SwaggerSchema $schema |
|
38 | + */ |
|
36 | 39 | public function withSwaggerSchema($schema) |
37 | 40 | { |
38 | 41 | $this->swaggerSchema = $schema; |
@@ -105,6 +108,9 @@ discard block |
||
105 | 108 | return $this; |
106 | 109 | } |
107 | 110 | |
111 | + /** |
|
112 | + * @param integer $code |
|
113 | + */ |
|
108 | 114 | public function assertResponseCode($code) |
109 | 115 | { |
110 | 116 | $this->statusExpected = $code; |