Gc\Component\TreeViewTest::tearDown PHP Méthode

tearDown() protected méthode

This method is called after a test is executed.
protected tearDown ( ) : void
Résultat void
    protected function tearDown()
    {
        $this->documentChildren->delete();
        unset($this->documentChildren);
        $this->document->delete();
        unset($this->document);
        $this->view->delete();
        unset($this->view);
        $this->user->delete();
        unset($this->user);
        $this->layout->delete();
        unset($this->layout);
        $this->documentType->delete();
        unset($this->documentType);
        unset($this->object);
    }