Gc\Datatype\CollectionTest::testGetDatatypes PHP Method

testGetDatatypes() public method

Test
public testGetDatatypes ( ) : void
return void
    public function testGetDatatypes()
    {
        $this->assertInternalType('array', $this->object->getDatatypes());
    }