Make tests forward compatible with DBAL 2.5
This commit is contained in:
parent
6cdd65762f
commit
2925fea7bd
1 changed files with 5 additions and 0 deletions
|
@ -85,4 +85,9 @@ class DriverMock implements \Doctrine\DBAL\Driver
|
||||||
{
|
{
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function convertExceptionCode(\Exception $exception)
|
||||||
|
{
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue