Gc\Document\CollectionTest::testLoadWithParentId PHP Method

testLoadWithParentId() public method

Test
public testLoadWithParentId ( ) : void
return void
    public function testLoadWithParentId()
    {
        $this->object->load($this->document->getId());
        $this->assertInternalType('array', $this->object->getDocuments());
    }