Gc\DocumentType\ModelTest::tearDown PHP Method

tearDown() protected method

This method is called after a test is executed.
protected tearDown ( ) : void
return void
    protected function tearDown()
    {
        $this->documentTypeChildren->delete();
        unset($this->documentTypeChildren);
        $this->object->delete();
        unset($this->object);
        $this->view->delete();
        unset($this->view);
        $this->layout->delete();
        unset($this->layout);
        $this->user->delete();
        unset($this->user);
    }