예제 #1
0
파일: MapperTest.php 프로젝트: drakojn/io
 /**
  * @covers Drakojn\Io\Mapper::getDriver
  */
 public function testGetDriver()
 {
     $this->assertInstanceOf('Drakojn\\Io\\DriverInterface', $this->object->getDriver());
 }