protected function ExceptionInTearDownTest::tearDown

Tears down the fixture, for example, close a network connection. This method is called after a test is executed.

Overrides PHPUnit_Framework_TestCase::tearDown

File

drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionInTearDownTest.php, line 30

Class

ExceptionInTearDownTest

Code

protected function tearDown() {
  $this->tearDown = TRUE;
  throw new Exception();
}