Backup\Controller\IndexControllerTest::tearDown PHP 메소드

tearDown() 공개 메소드

This method is called after a test is executed.
public tearDown ( ) : void
리턴 void
    public function tearDown()
    {
        StaticEventManager::resetInstance();
        ModuleModel::uninstall(Registry::get('Application')->getServiceManager()->get('CustomModules')->getModule('Backup'), ModuleModel::fromName('Backup'));
        parent::tearDown();
    }