protected function Framework_AssertTest::setUp in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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;
}