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() |
||
| 22 | |||
| 23 | public function createToto() |
||
| 27 | |||
| 28 | public function testResolveKnownMutation() |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @expectedException \Overblog\GraphQLBundle\Resolver\UnresolvableException |
||
| 37 | */ |
||
| 38 | public function testResolveUnknownMutation() |
||
| 42 | } |
||
| 43 |