You are here

protected function PHP_CodeCoverage_Report_FactoryTest::setUp in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/php-code-coverage/tests/PHP/CodeCoverage/Report/FactoryTest.php \PHP_CodeCoverage_Report_FactoryTest::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/php-code-coverage/tests/PHP/CodeCoverage/Report/FactoryTest.php, line 30

Class

PHP_CodeCoverage_Report_FactoryTest
Tests for the PHP_CodeCoverage_Report_Factory class.

Code

protected function setUp() {
  $this->factory = new PHP_CodeCoverage_Report_Factory();
}