public static function TemplateMethodsTest::setUpBeforeClass

This method is called before the first test of this test class is run.

@since Method available since Release 3.4.0

Overrides PHPUnit_Framework_TestCase::setUpBeforeClass

File

drupal/core/vendor/phpunit/phpunit/Tests/_files/TemplateMethodsTest.php, line 4

Class

TemplateMethodsTest

Code

public static function setUpBeforeClass() {
  print __METHOD__ . "\n";
}