Scalr\Tests\Service\Azure\AzureTest::tearDown PHP Метод

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

This method is called after a test is executed.
protected tearDown ( )
    protected function tearDown()
    {
        unset($this->azure, $this->testEnv);
        parent::tearDown();
    }