public static function 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

1 call to PHPUnit_Framework_TestCase::setUpBeforeClass()
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::setUpBeforeClass()
TemplateMethodsTest::setUpBeforeClass in drupal/core/vendor/phpunit/phpunit/Tests/_files/TemplateMethodsTest.php
This method is called before the first test of this test class is run.

File

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

Class

PHPUnit_Framework_TestCase
A TestCase defines the fixture to run multiple tests.

Code

public static function setUpBeforeClass() {
}