Gc\Property\CollectionTest::testSave PHP Method

testSave() public method

Test
public testSave ( ) : void
return void
    public function testSave()
    {
        $this->object->setProperties(array($this->property->getData()));
        $this->assertTrue($this->object->save());
    }