Gc\Property\CollectionTest::testDelete PHP Method

testDelete() public method

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