We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -53,6 +53,10 @@ |
||
53 | 53 | $this->assertResponse('query { object { name } }', $expectedWithoutPrivateData, $this->user); |
54 | 54 | } |
55 | 55 | |
56 | + /** |
|
57 | + * @param string $query |
|
58 | + * @param string $username |
|
59 | + */ |
|
56 | 60 | private static function assertResponse($query, array $expected, $username) |
57 | 61 | { |
58 | 62 | $client = self::query($query, $username); |