We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| 1 | <?php |
||
| 14 | abstract class AbstractProxyResolverTest extends AbstractResolverTest |
||
| 15 | { |
||
| 16 | protected function getResolverSolutionsMapping() |
||
| 24 | |||
| 25 | public function testResolveKnownMutation() |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @expectedException \Overblog\GraphQLBundle\Resolver\UnresolvableException |
||
| 34 | */ |
||
| 35 | public function testResolveUnknownMutation() |
||
| 39 | } |
||
| 40 |