public static function PHPUnit_Framework_TestCase::tearDownAfterClass in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpunit/phpunit/src/Framework/TestCase.php \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
2 methods override PHPUnit_Framework_TestCase::tearDownAfterClass()
- ProxyMagicMethodsTest::tearDownAfterClass in vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ Proxy/ ProxyMagicMethodsTest.php - This method is called after the last test of this test class is run.
- TemplateMethodsTest::tearDownAfterClass in vendor/
phpunit/ phpunit/ tests/ _files/ TemplateMethodsTest.php - This method is called after the last test of this test class is run.
File
- vendor/
phpunit/ phpunit/ src/ Framework/ TestCase.php, line 1856
Class
- PHPUnit_Framework_TestCase
- A TestCase defines the fixture to run multiple tests.
Code
public static function tearDownAfterClass() {
}