We could not synchronize checks via GitHub's checks API since Scrutinizer's GitHub App is not installed for this repository.
| 1 | <?php |
||
| 16 | class MutationFieldDefinitionTest extends \PHPUnit_Framework_TestCase |
||
| 17 | { |
||
| 18 | /** |
||
| 19 | * @var MutationFieldDefinition |
||
| 20 | */ |
||
| 21 | private $definition; |
||
| 22 | |||
| 23 | public function setUp() |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @expectedException \InvalidArgumentException |
||
| 30 | * @expectedExceptionMessage Mutation "mutateAndGetPayload" config is required. |
||
| 31 | */ |
||
| 32 | public function testUndefinedMutateAndGetPayloadConfig() |
||
| 36 | } |
||
| 37 |