getDriver() public method

public getDriver ( ) : GraphAware\Common\Driver\DriverInterface
return GraphAware\Common\Driver\DriverInterface
 public function testConnectionInstantiation()
 {
     $connection = new Connection('default', 'http://localhost:7474', null, 5);
     $this->assertInstanceOf(HttpDriver::class, $connection->getDriver());
 }