コード例 #1
0
 protected function setUp()
 {
     parent::setUp();
     $this->mockedLifecycle = new MockedLifecycle();
     Allure::setLifecycle($this->getMockedLifecycle());
     $this->allureAdapter = new AllureAdapter('test-output-directory', true);
 }
コード例 #2
0
 protected function setUp()
 {
     parent::setUp();
     $this->mockedLifecycle = new MockedLifecycle();
     $this->getMockedLifecycle()->reset();
     Allure::setLifecycle($this->getMockedLifecycle());
 }