Gc\Property\CollectionTest::testDelete PHP Méthode

testDelete() public méthode

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