protected function PHPUnit_Framework_TestCase::setUp

Sets up the fixture, for example, open a network connection. This method is called before a test is executed.

1 call to PHPUnit_Framework_TestCase::setUp()
25 methods override PHPUnit_Framework_TestCase::setUp()

File

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

Class

PHPUnit_Framework_TestCase
A TestCase defines the fixture to run multiple tests.

Code

protected function setUp() {
}