コード例 #1
0
 public function tearDown()
 {
     Resque_Event::clearListeners();
     $this->callbacksHit = array();
 }
コード例 #2
0
ファイル: Event.php プロジェクト: hlegius/PHPResqueBundle
 public static function clearListeners()
 {
     \Resque_Event::clearListeners();
 }