protected function TemplateMethodsTest::setUp in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpunit/phpunit/tests/_files/TemplateMethodsTest.php \TemplateMethodsTest::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/ _files/ TemplateMethodsTest.php, line 9
Class
Code
protected function setUp() {
print __METHOD__ . "\n";
}