public static function PHPUnit_Framework_TestCase::tearDownAfterClass

This method is called after the last test of this test class is run.

@since Method available since Release 3.4.0

1 call to PHPUnit_Framework_TestCase::tearDownAfterClass()
PHPUnit_Framework_TestCase::runBare in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php
Runs the bare test sequence.
1 method overrides PHPUnit_Framework_TestCase::tearDownAfterClass()
TemplateMethodsTest::tearDownAfterClass in drupal/core/vendor/phpunit/phpunit/Tests/_files/TemplateMethodsTest.php
This method is called after the last test of this test class is run.

File

drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php, line 1863

Class

PHPUnit_Framework_TestCase
A TestCase defines the fixture to run multiple tests.

Code

public static function tearDownAfterClass() {
}