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