Gc\View\Helper\AclTest::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->user->delete();
        unset($this->user);
        unset($this->object);
    }