コード例 #1
0
ファイル: DaemonTest.php プロジェクト: fortrabbit/beelzebub
 public function tearDown()
 {
     $this->addToAssertionCount($this->logger->mockery_getExpectationCount());
     $this->addToAssertionCount($this->manager->mockery_getExpectationCount());
     if ($this->worker) {
         $this->addToAssertionCount($this->worker->mockery_getExpectationCount());
     }
     m::close();
     test::clean();
     parent::tearDown();
 }
コード例 #2
0
ファイル: WorkerTest.php プロジェクト: fortrabbit/beelzebub
 public function tearDown()
 {
     $this->addToAssertionCount($this->daemon->mockery_getExpectationCount());
     m::close();
     parent::tearDown();
 }