PHP Class GraphQL\Tests\Validator\KnownTypeNamesTest

Inheritance: extends TestCase
Show file Open project: webonyx/graphql-php

Public Methods

Method Description
testIgnoresTypeDefinitions ( )
testKnownTypeNamesAreValid ( )
testUnknownTypeNamesAreInvalid ( )

Private Methods

Method Description
unknownType ( $typeName, $line, $column )

Method Details

testIgnoresTypeDefinitions() public method

testKnownTypeNamesAreValid() public method

testUnknownTypeNamesAreInvalid() public method