@@ -35,6 +35,9 @@ discard block |
||
| 35 | 35 | $this->assertTrue(true); |
| 36 | 36 | } |
| 37 | 37 | |
| 38 | + /** |
|
| 39 | + * @param string[] $attributes |
|
| 40 | + */ |
|
| 38 | 41 | protected function assertObjectHasAttributes($attributes, $object) |
| 39 | 42 | { |
| 40 | 43 | foreach ($attributes as $attribute) { |
@@ -95,6 +98,9 @@ discard block |
||
| 95 | 98 | $this->checkNestedPackageProperties($package); |
| 96 | 99 | } |
| 97 | 100 | |
| 101 | + /** |
|
| 102 | + * @param Syntax\SteamApi\Containers\Group $group |
|
| 103 | + */ |
|
| 98 | 104 | protected function checkGroupProperties($group) |
| 99 | 105 | { |
| 100 | 106 | $this->checkGroupMainSummaryProperties($group); |