Ejemplo n.º 1
0
 public function teardown()
 {
     parent::teardown();
     $this->page = null;
     $this->fakeReg = null;
     $this->fakeAuth = null;
 }
 public function teardown()
 {
     parent::teardown();
 }
Ejemplo n.º 3
0
 public function teardown()
 {
     parent::teardown();
     $this->auth = null;
     $this->page = null;
 }
 public function teardown()
 {
     parent::teardown();
     Date::_ResetNow();
 }
Ejemplo n.º 5
0
 public function teardown()
 {
     parent::teardown();
     $this->repository = null;
 }
Ejemplo n.º 6
0
 public function teardown()
 {
     parent::teardown();
     Date::_SetNow(null);
 }
Ejemplo n.º 7
0
 public function tearDown()
 {
     parent::teardown();
     $this->registration = null;
 }
Ejemplo n.º 8
0
 public function teardown()
 {
     parent::teardown();
     $this->scheduleRepository = null;
 }
Ejemplo n.º 9
0
 public function tearDown()
 {
     $this->Resources = null;
     parent::teardown();
 }
 public function teardown()
 {
     parent::teardown();
     Date::_ResetNow();
     $this->repository = null;
 }