Youshido\Tests\Library\Relay\MutationTest::testInvalidType PHP Метод

testInvalidType() публичный Метод

public testInvalidType ( )
    public function testInvalidType()
    {
        RelayMutation::buildMutation('ship', ['name' => new StringType()], new IntType(), function ($source, $args, $info) {
        });
    }