getDriverName() public method

Retrieve driver name
public getDriverName ( ) : string
return string
Beispiel #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testGetDriverName()
 {
     $this->assertInternalType('string', $this->object->getDriverName());
 }