| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 2 | ||
| Bugs | 0 | Features | 1 |
| 1 | <?php |
||
| 33 | private function checkClasses($detail) |
||
| 34 | { |
||
| 35 | $this->assertInstanceOf('Syntax\SteamApi\Containers\App', $detail); |
||
| 36 | $this->assertInstanceOf('Syntax\SteamApi\Collection', $detail->developers); |
||
| 37 | $this->assertInstanceOf('Syntax\SteamApi\Collection', $detail->publishers); |
||
| 38 | $this->assertInstanceOf('Syntax\SteamApi\Collection', $detail->categories); |
||
| 39 | $this->assertInstanceOf('Syntax\SteamApi\Collection', $detail->genres); |
||
| 40 | } |
||
| 41 | } |