We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
@@ -59,6 +59,9 @@ |
||
| 59 | 59 | GraphQLParser::parse(new \SplFileInfo(__DIR__.'/fixtures/graphql/not-supported-scalar-definition.graphql'), $this->containerBuilder); |
| 60 | 60 | } |
| 61 | 61 | |
| 62 | + /** |
|
| 63 | + * @param string $fileName |
|
| 64 | + */ |
|
| 62 | 65 | private function assertContainerAddFileToRessources($fileName) |
| 63 | 66 | { |
| 64 | 67 | $this->containerBuilder->expects($this->once()) |
@@ -80,6 +80,9 @@ |
||
| 80 | 80 | (new RequestExecutor(new Executor(), $this->dispatcher))->getSchema('fake'); |
| 81 | 81 | } |
| 82 | 82 | |
| 83 | + /** |
|
| 84 | + * @return \Overblog\GraphQLBundle\Executor\ExecutorInterface |
|
| 85 | + */ |
|
| 83 | 86 | private function createExecutorExecuteMock($returnValue) |
| 84 | 87 | { |
| 85 | 88 | $mock = $this->getMockBuilder(Executor::class) |