protected function Framework_MockObject_GeneratorTest::setUp in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpunit/phpunit-mock-objects/tests/GeneratorTest.php \Framework_MockObject_GeneratorTest::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-mock-objects/ tests/ GeneratorTest.php, line 9
Class
Code
protected function setUp() {
$this->generator = new PHPUnit_Framework_MockObject_Generator();
}