We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| 1 | <?php |
||
| 19 | class TypeConfigSolutionTest extends AbstractConfigSolutionTest |
||
| 20 | { |
||
| 21 | protected function createConfigSolution() |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @expectedException \InvalidArgumentException |
||
| 28 | * @expectedExceptionMessage Invalid type! Must be instance of "GraphQL\Type\Definition\Type" |
||
| 29 | */ |
||
| 30 | public function testSolveType() |
||
| 34 | } |
||
| 35 |