ActivityLog\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('ActivityLog'), ModuleModel::fromName('ActivityLog'));
        parent::tearDown();
    }