Beispiel #1
0
 /**
  * @BeforeScenario
  */
 public function clenup(BeforeScenarioScope $scope)
 {
     $this->flipper = new Flipper(new InMemoryFeatureRepository());
     $this->flipper->addContext($this->context);
     $this->users = array();
     CurrentDateTime::reset();
 }
Beispiel #2
0
 function letgo()
 {
     CurrentDateTime::reset();
 }