protected function EventManagerTest::setUp in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/doctrine/common/tests/Doctrine/Tests/Common/EventManagerTest.php \Doctrine\Tests\Common\EventManagerTest::setUp()
File
- vendor/
doctrine/ common/ tests/ Doctrine/ Tests/ Common/ EventManagerTest.php, line 21
Class
Namespace
Doctrine\Tests\CommonCode
protected function setUp() {
$this->_eventManager = new EventManager();
$this->_preFooInvoked = false;
$this->_postFooInvoked = false;
}