Gc\Datatype\CollectionTest::testInit PHP Method

testInit() public method

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