tearDown() protected method

See also: PHPUnit_Framework_TestCase::tearDown()
protected tearDown ( )
Beispiel #1
0
 /**
  * {@inheritdoc}
  * @see Scalr\Tests\Service.AwsTestCase::tearDown()
  */
 protected function tearDown()
 {
     unset($this->aws);
     parent::tearDown();
 }
Beispiel #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();
 }