Пример #1
0
 protected function tearDown()
 {
     $this->request = null;
     unset($_ENV[$this->testEnvKey]);
     parent::tearDown();
 }
 protected function tearDown()
 {
     $this->request = null;
     parent::tearDown();
 }
Пример #3
0
 public function testIsCliInvocation()
 {
     $this->assertTrue($this->request->IsCliInvocation);
     parent::tearDown();
 }