Пример #1
0
 public function teardown()
 {
     parent::teardown();
     $this->page = null;
     $this->fakeReg = null;
     $this->fakeAuth = null;
 }
 public function teardown()
 {
     parent::teardown();
 }
Пример #3
0
 public function teardown()
 {
     parent::teardown();
     $this->auth = null;
     $this->page = null;
 }
 public function teardown()
 {
     parent::teardown();
     Date::_ResetNow();
 }
Пример #5
0
 public function teardown()
 {
     parent::teardown();
     $this->repository = null;
 }
Пример #6
0
 public function teardown()
 {
     parent::teardown();
     Date::_SetNow(null);
 }
Пример #7
0
 public function tearDown()
 {
     parent::teardown();
     $this->registration = null;
 }
Пример #8
0
 public function teardown()
 {
     parent::teardown();
     $this->scheduleRepository = null;
 }
Пример #9
0
 public function tearDown()
 {
     $this->Resources = null;
     parent::teardown();
 }
 public function teardown()
 {
     parent::teardown();
     Date::_ResetNow();
     $this->repository = null;
 }