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