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()
PHPUnit_Framework_TestCase::runBare in drupal/core/vendor/phpunit/phpunit/PHPUnit/Framework/TestCase.php
Runs the bare test sequence.
25 methods override PHPUnit_Framework_TestCase::setUp()
BankAccountTest::setUp in drupal/core/vendor/phpunit/php-code-coverage/Tests/_files/BankAccountTest.php
Sets up the fixture, for example, open a network connection. This method is called before a test is executed.
BankAccountTest::setUp in drupal/core/vendor/phpunit/phpunit/Tests/_files/BankAccountTest.php
Sets up the fixture, for example, open a network connection. This method is called before a test is executed.
BankAccountWithCustomExtensionTest::setUp in drupal/core/vendor/phpunit/phpunit/Tests/_files/BankAccountTest.test.php
Sets up the fixture, for example, open a network connection. This method is called before a test is executed.
ExceptionInAssertPostConditionsTest::setUp in drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionInAssertPostConditionsTest.php
Sets up the fixture, for example, open a network connection. This method is called before a test is executed.
ExceptionInAssertPreConditionsTest::setUp in drupal/core/vendor/phpunit/phpunit/Tests/_files/ExceptionInAssertPreConditionsTest.php
Sets up the fixture, for example, open a network connection. This method is called before a test is executed.

... See full list

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() {
}