Scalr\Tests\Service\OpenStack\OpenStackTestCase::tearDown PHP Méthode

tearDown() protected méthode

See also: PHPUnit_Framework_TestCase::tearDown()
protected tearDown ( )
    protected function tearDown()
    {
        unset($this->environment);
        parent::tearDown();
    }

Usage Example

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