Gc\DocumentType\CollectionTest::testInit PHP Method

testInit() public method

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