You are here

protected function EventManagerTest::setUp in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 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

EventManagerTest

Namespace

Doctrine\Tests\Common

Code

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