tearDown() 보호된 메소드

또한 보기: PHPUnit_Framework_TestCase::tearDown()
protected tearDown ( )
예제 #1
0
 /**
  * {@inheritdoc}
  * @see Scalr\Tests\Service.AwsTestCase::tearDown()
  */
 protected function tearDown()
 {
     unset($this->aws);
     parent::tearDown();
 }
예제 #2
0
 /**
  * {@inheritdoc}
  * @see PHPUnit_Framework_TestCase::tearDown()
  */
 protected function tearDown()
 {
     $this->aws = null;
     parent::tearDown();
 }
예제 #3
0
 /**
  * {@inheritdoc}
  * @see Scalr\Tests\Service.AwsTestCase::tearDown()
  */
 protected function tearDown()
 {
     parent::tearDown();
 }