Example #1
0
 /**
  * @covers DmCommon\Factory\Log\Exception
  */
 public function testCreateService()
 {
     $serviceLocator = new ServiceLocatorDummy($this);
     $result = $this->sut->createService($serviceLocator);
     $this->assertInstanceOf('Zend\\Log\\Logger', $result);
 }