PHP Class GraphQL\Tests\StartWarsValidationTest

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

Public Methods

Method Description
testAllowsObjectFieldsInFragments ( )
testAllowsObjectFieldsInInlineFragments ( )
testDisallowsFieldsOnScalars ( )
testDisallowsObjectFieldsOnInterfaces ( )
testRequiresFieldsOnObjects ( )
testThatNonExistentFieldsAreInvalid ( )
testValidatesAComplexButValidQuery ( )

Private Methods

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

Method Details

testAllowsObjectFieldsInFragments() public method

testAllowsObjectFieldsInInlineFragments() public method

testDisallowsFieldsOnScalars() public method

testDisallowsObjectFieldsOnInterfaces() public method

testRequiresFieldsOnObjects() public method

testThatNonExistentFieldsAreInvalid() public method

testValidatesAComplexButValidQuery() public method