protected function setUp()
 {
     parent::setUp();
     $this->mockedLifecycle = new MockedLifecycle();
     Allure::setLifecycle($this->getMockedLifecycle());
     $this->allureAdapter = new AllureAdapter('test-output-directory', true);
 }
 protected function setUp()
 {
     parent::setUp();
     $this->mockedLifecycle = new MockedLifecycle();
     $this->getMockedLifecycle()->reset();
     Allure::setLifecycle($this->getMockedLifecycle());
 }