Commit 939ff7f6 authored by Steve Müller's avatar Steve Müller

add mock for testing ServerInfoAwareConnection implementing driver connections

parent 3d19c6e6
<?php
namespace Doctrine\Tests\Mocks;
use Doctrine\DBAL\Driver\Connection;
use Doctrine\DBAL\Driver\ServerInfoAwareConnection;
interface ServerInfoAwareConnectionMock extends Connection, ServerInfoAwareConnection
{
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment