PHP Class Youshido\Tests\Library\Type\ScalarTypeTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: youshido/graphql

Public Methods

Method Description
testDateTimeType ( )
testScalarPrimitives ( )

Private Methods

Method Description
assertParse ( AbstractScalarType $object, $input, $expected )
assertSerialization ( AbstractScalarType $object, $input, $expected )

Method Details

testDateTimeType() public method

public testDateTimeType ( )

testScalarPrimitives() public method