protected function Framework_SuiteTest::setUp in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpunit/phpunit/tests/Framework/SuiteTest.php \Framework_SuiteTest::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/ SuiteTest.php, line 32
Class
- Framework_SuiteTest
- @since Class available since Release 2.0.0 @covers PHPUnit_Framework_TestSuite
Code
protected function setUp() {
$this->result = new PHPUnit_Framework_TestResult();
}