You are here

protected function PHPUnit_Framework_TestCase::setUp in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/src/Framework/TestCase.php \PHPUnit_Framework_TestCase::setUp()

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

40 methods override PHPUnit_Framework_TestCase::setUp()
BankAccountTest::setUp in 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.
BankAccountTest::setUp in 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.
BankAccountWithCustomExtensionTest::setUp in 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.
BlacklistTest::setUp in vendor/sebastian/global-state/tests/BlacklistTest.php
Sets up the fixture, for example, open a network connection. This method is called before a test is executed.
ConsoleTest::setUp in vendor/sebastian/environment/tests/ConsoleTest.php
Sets up the fixture, for example, open a network connection. This method is called before a test is executed.

... See full list

File

vendor/phpunit/phpunit/src/Framework/TestCase.php, line 1815

Class

PHPUnit_Framework_TestCase
A TestCase defines the fixture to run multiple tests.

Code

protected function setUp() {
}