コード例 #1
0
ファイル: FarmRolesTest.php プロジェクト: scalr/scalr
 /**
  * {@inheritdoc}
  * @see Scalr\Tests\TestCase::tearDown()
  */
 protected function tearDown()
 {
     if (isset($this->governanceConfiguration)) {
         $this->restoreGovernanceConfiguration();
     }
     parent::tearDown();
 }
コード例 #2
0
ファイル: ApiTest.php プロジェクト: scalr/scalr
 /**
  * {@inheritdoc}
  * @see ApiTestCase::tearDown()
  */
 protected function tearDown()
 {
     parent::tearDown();
     $this->setUserType(static::$testUserType);
 }