Scalr\Tests\Service\OpenStack\OpenStackTestCase::tearDown PHP 메소드

tearDown() 보호된 메소드

또한 보기: PHPUnit_Framework_TestCase::tearDown()
protected tearDown ( )
    protected function tearDown()
    {
        unset($this->environment);
        parent::tearDown();
    }

Usage Example

예제 #1
0
 /**
  * {@inheritdoc}
  * @see Scalr\Tests\Service\OpenStack.OpenStackTestCase::tearDown()
  */
 protected function tearDown()
 {
     parent::tearDown();
 }