| Conditions | 1 |
| Paths | 1 |
| Total Lines | 7 |
| Code Lines | 5 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 27 | public function testFindClosed() |
||
| 28 | { |
||
| 29 | $body = $this->getMockModelsXml('case'); |
||
| 30 | $repository = $this->getMockRepository('cases', $body); |
||
| 31 | $results = $repository->findClosed(); |
||
| 32 | $this->assertSameLastRequestUri('/kases/closed.xml', $repository); |
||
| 33 | $this->assertCount(2, $results); |
||
| 34 | } |
||
| 36 |