Gc\Property\CollectionTest::testSetProperties PHP Method

testSetProperties() public method

Test
public testSetProperties ( ) : void
return void
    public function testSetProperties()
    {
        $this->assertInstanceOf('Gc\\Property\\Collection', $this->object->setProperties(array($this->property->getData())));
    }