protected function PHPUnit_Framework_TestSuite::tearDown

Template Method that is called after the tests of this test suite have finished running.

@since Method available since Release 3.1.0

1 call to PHPUnit_Framework_TestSuite::tearDown()
PHPUnit_Framework_TestSuite::run in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite.php
Runs the tests and collects their result in a TestResult.

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestSuite.php, line 947

Class

PHPUnit_Framework_TestSuite
A TestSuite is a composite of Tests. It runs a collection of test cases.

Code

protected function tearDown() {
}