You are here

protected function Framework_AssertTest::setUp in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/phpunit/phpunit/tests/Framework/AssertTest.php \Framework_AssertTest::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/Framework/AssertTest.php, line 21

Class

Framework_AssertTest
@since Class available since Release 2.0.0

Code

protected function setUp() {
  $this->filesDirectory = dirname(__DIR__) . DIRECTORY_SEPARATOR . '_files' . DIRECTORY_SEPARATOR;
}