| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 31 | public function theResponseMatchSwagger() |
||
| 32 | { |
||
| 33 | $response = $this->getResponse(); |
||
| 34 | $request = $this->getRequest(); |
||
| 35 | $schemaManager = $this->map->getValidator($request)->getSchemaManager(); |
||
| 36 | |||
| 37 | $this->assertResponseMatch($response, $schemaManager, $request->getPathInfo(), $request->getMethod()); |
||
| 38 | } |
||
| 39 | } |
||
| 40 |