1
0
mirror of synced 2025-02-20 22:23:14 +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;
}
}