public function testPushHandler()
 {
     $this->register->pushHandler();
     $this->assertNotCount(0, $this->logger->getMonolog()->getHandlers());
 }