Scalr\Tests\TestCase::tearDown PHP Метод

tearDown() защищенный Метод

См. также: PHPUnit_Framework_TestCase::tearDown()
protected tearDown ( )
    protected function tearDown()
    {
        parent::tearDown();
    }

Usage Example

Пример #1
0
 /**
  * {@inheritdoc}
  * @see PHPUnit_Framework_TestCase::tearDown()
  */
 protected function tearDown()
 {
     $this->env = null;
     $this->user = null;
     error_reporting($this->errorLevel);
     parent::tearDown();
 }
All Usage Examples Of Scalr\Tests\TestCase::tearDown