public static function PHPUnit_Framework_TestCase::setUpBeforeClass in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpunit/phpunit/src/Framework/TestCase.php \PHPUnit_Framework_TestCase::setUpBeforeClass()
This method is called before the first test of this test class is run.
@since Method available since Release 3.4.0
2 methods override PHPUnit_Framework_TestCase::setUpBeforeClass()
- RequirementsClassBeforeClassHookTest::setUpBeforeClass in vendor/
phpunit/ phpunit/ tests/ _files/ RequirementsClassBeforeClassHookTest.php - This method is called before the first test of this test class is run.
- TemplateMethodsTest::setUpBeforeClass in vendor/
phpunit/ phpunit/ tests/ _files/ TemplateMethodsTest.php - This method is called before the first test of this test class is run.
File
- vendor/
phpunit/ phpunit/ src/ Framework/ TestCase.php, line 1807
Class
- PHPUnit_Framework_TestCase
- A TestCase defines the fixture to run multiple tests.
Code
public static function setUpBeforeClass() {
}