Пример #1
0
 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
 public function tearDown()
 {
     $this->addToAssertionCount($this->daemon->mockery_getExpectationCount());
     m::close();
     parent::tearDown();
 }