Make tests forward compatible with DBAL 2.5
This commit is contained in:
parent
6cdd65762f
commit
2925fea7bd
@ -85,4 +85,9 @@ class DriverMock implements \Doctrine\DBAL\Driver
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
public function convertExceptionCode(\Exception $exception)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user