Пример #1
0
 /**
  * @covers Fobia\DataBase\Handler\MySQL::getLogger
  * @todo   Implement testGetLogger().
  */
 public function testGetLogger()
 {
     $this->assertInstanceOf('\\Psr\\Log\\LoggerInterface', $this->db->getLogger());
 }