You are here

protected function EventManagerTest::setUp in Plug 7

File

lib/doctrine/common/tests/Doctrine/Tests/Common/EventManagerTest.php, line 21

Class

EventManagerTest

Namespace

Doctrine\Tests\Common

Code

protected function setUp() {
  $this->_eventManager = new EventManager();
  $this->_preFooInvoked = false;
  $this->_postFooInvoked = false;
}