protected function EventManagerTest::setUp in Plug 7
File
- lib/
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;
}