PHP Class GraphQL\Tests\StartWarsValidationTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: webonyx/graphql-php

Méthodes publiques

Méthode Description
testAllowsObjectFieldsInFragments ( )
testAllowsObjectFieldsInInlineFragments ( )
testDisallowsFieldsOnScalars ( )
testDisallowsObjectFieldsOnInterfaces ( )
testRequiresFieldsOnObjects ( )
testThatNonExistentFieldsAreInvalid ( )
testValidatesAComplexButValidQuery ( )

Private Methods

Méthode Description
validationErrors ( $query ) Helper function to test a query and the expected response.

Method Details

testAllowsObjectFieldsInFragments() public méthode

testAllowsObjectFieldsInInlineFragments() public méthode

testDisallowsFieldsOnScalars() public méthode

testDisallowsObjectFieldsOnInterfaces() public méthode

testRequiresFieldsOnObjects() public méthode

testThatNonExistentFieldsAreInvalid() public méthode

testValidatesAComplexButValidQuery() public méthode