Youshido\Tests\Library\Type\ObjectTypeTest::testMutationObjectClass PHP Method

testMutationObjectClass() public method

    public function testMutationObjectClass()
    {
        $mutation = new TestMutationObjectType();
        $this->assertEquals(new StringType(), $mutation->getType());
    }