PHP Class GraphQL\Tests\Executor\UnionInterfaceTest

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

Public Properties

Property Type Description
$garfield
$john
$liz
$odie
$schema

Public Methods

Method Description
setUp ( )
testAllowsFragmentConditionsToBeAbstractTypes ( )
testCanIntrospectOnUnionAndIntersectionTypes ( )
testExecutesInterfaceTypesWithInlineFragments ( )
testExecutesUnionTypesWithInlineFragments ( )
testExecutesUsingInterfaceTypes ( )
testExecutesUsingUnionTypes ( )
testGetsExecutionInfoInResolver ( )

Method Details

setUp() public method

public setUp ( )

testAllowsFragmentConditionsToBeAbstractTypes() public method

testCanIntrospectOnUnionAndIntersectionTypes() public method

testExecutesInterfaceTypesWithInlineFragments() public method

testExecutesUnionTypesWithInlineFragments() public method

testExecutesUsingInterfaceTypes() public method

testExecutesUsingUnionTypes() public method

testGetsExecutionInfoInResolver() public method

Property Details

$garfield public property

public $garfield

$john public property

public $john

$liz public property

public $liz

$odie public property

public $odie

$schema public property

public $schema