tearDown() protected method

See also: 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();
 }
 /**
  * {@inheritdoc}
  * @see Scalr\Tests\Service.AwsTestCase::tearDown()
  */
 protected function tearDown()
 {
     parent::tearDown();
 }