reinstallMagento annotation processing. * * @param \Magento\TestFramework\Application $application * @return array */ protected function _getSubscribers(\Magento\TestFramework\Application $application) { return [ new \Magento\TestFramework\Workaround\Segfault(), new \Magento\TestFramework\Workaround\Cleanup\TestCaseProperties(), new \Magento\TestFramework\Workaround\Cleanup\StaticProperties(), new \Magento\TestFramework\Isolation\WorkingDirectory(), new \Magento\TestFramework\Workaround\DeploymentConfig(), new \Magento\TestFramework\Annotation\ComponentRegistrarFixture($this->_fixturesBaseDir), new \Magento\TestFramework\Annotation\SchemaFixture($this->_fixturesBaseDir), new \Magento\TestFramework\Annotation\Cache(), new \Magento\TestFramework\Workaround\CacheClean(), new \Magento\TestFramework\Annotation\ReinstallInstance($application), new \Magento\TestFramework\Annotation\CopyModules(), new \Magento\TestFramework\Annotation\DataProviderFromFile() ]; } }