コード例 #1
0
ファイル: EventManagerTest.php プロジェクト: zumba/symbiosis
 public function tearDown()
 {
     parent::tearDown();
     EventManager::clearAll();
 }
コード例 #2
0
ファイル: EventRegistryTest.php プロジェクト: zumba/symbiosis
 public function tearDown()
 {
     parent::tearDown();
     unset($this->registry);
 }