GraphQL\Tests\Type\SchemaValidatorTest::testRejectsWhenAPossibleTypeDoesNotImplementTheInterface PHP Method

testRejectsWhenAPossibleTypeDoesNotImplementTheInterface() public method

    public function testRejectsWhenAPossibleTypeDoesNotImplementTheInterface()
    {
        // TODO: Validation for interfaces / implementors
    }
SchemaValidatorTest