Ejemplo n.º 1
0
 /**
  * {@inheritdoc}
  * @see Scalr\Tests\TestCase::tearDown()
  */
 protected function tearDown()
 {
     if (isset($this->governanceConfiguration)) {
         $this->restoreGovernanceConfiguration();
     }
     parent::tearDown();
 }
Ejemplo n.º 2
0
 /**
  * {@inheritdoc}
  * @see ApiTestCase::tearDown()
  */
 protected function tearDown()
 {
     parent::tearDown();
     $this->setUserType(static::$testUserType);
 }