1
0
Fork 0
mirror of synced 2025-04-01 12:26:11 +03:00

Make tests forward compatible with DBAL 2.5

This commit is contained in:
Benjamin Eberlei 2013-11-14 12:36:52 +01:00
parent 6cdd65762f
commit 2925fea7bd

View file

@ -85,4 +85,9 @@ class DriverMock implements \Doctrine\DBAL\Driver
{
return;
}
public function convertExceptionCode(\Exception $exception)
{
return 0;
}
}