| Conditions | 1 |
| Paths | 1 |
| Total Lines | 6 |
| Code Lines | 4 |
| Lines | 0 |
| Ratio | 0 % |
| 1 | <?php |
||
| 31 | public function gettingDocumentThatDoestExistWillConstructIt() |
||
| 32 | { |
||
| 33 | $repository = new DocumentRepository(); |
||
| 34 | $document = $repository->get('src/Tests/Functional/PetStore/app/swagger/petstore.yml'); |
||
| 35 | $this->assertInstanceOf('KleijnWeb\SwaggerBundle\Document\SwaggerDocument', $document); |
||
| 36 | } |
||
| 37 | |||
| 48 |