27 $this->_fixturesBaseDir = $fixturesBaseDir;
36 $eventManager = new \Magento\TestFramework\EventManager($this->
_getSubscribers($application));
54 new \Magento\TestFramework\Workaround\Segfault(),
55 new \Magento\TestFramework\Workaround\Cleanup\TestCaseProperties(),
56 new \Magento\TestFramework\Workaround\Cleanup\StaticProperties(),
57 new \Magento\TestFramework\Isolation\WorkingDirectory(),
58 new \Magento\TestFramework\Isolation\DeploymentConfig(),
59 new \Magento\TestFramework\Annotation\AppIsolation(
$application),
60 new \Magento\TestFramework\Annotation\IndexerDimensionMode(
$application),
61 new \Magento\TestFramework\Isolation\AppConfig(),
62 new \Magento\TestFramework\Annotation\ConfigFixture(),
63 new \Magento\TestFramework\Annotation\DataFixtureBeforeTransaction($this->_fixturesBaseDir),
64 new \Magento\TestFramework\Event\Transaction(
67 new \
Magento\TestFramework\Annotation\DbIsolation(),
68 new \
Magento\TestFramework\Annotation\DataFixture($this->_fixturesBaseDir),
72 new \Magento\TestFramework\Annotation\ComponentRegistrarFixture($this->_fixturesBaseDir),
73 new \Magento\TestFramework\Annotation\AppArea(
$application),
74 new \Magento\TestFramework\Annotation\Cache(
$application),
75 new \Magento\TestFramework\Annotation\AdminConfigFixture(),
76 new \Magento\TestFramework\Annotation\ConfigFixture(),
static setDefaultEventManager(\Magento\TestFramework\EventManager $eventManager=null)
_getSubscribers(Application $application)
registerAnnotations(Application $application)
static setDefaultEventManager(\Magento\TestFramework\EventManager $eventManager=null)
__construct($fixturesBaseDir)