You are here

protected function Util_TestDox_NamePrettifierTest::setUp in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/tests/Util/TestDox/NamePrettifierTest.php \Util_TestDox_NamePrettifierTest::setUp()

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

Overrides PHPUnit_Framework_TestCase::setUp

File

vendor/phpunit/phpunit/tests/Util/TestDox/NamePrettifierTest.php, line 18

Class

Util_TestDox_NamePrettifierTest
@since Class available since Release 2.1.0

Code

protected function setUp() {
  $this->namePrettifier = new PHPUnit_Util_TestDox_NamePrettifier();
}