Skip to content

Commit

Permalink
Make tests forward compatible with DBAL 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Nov 14, 2013
1 parent 6cdd657 commit 2925fea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/Doctrine/Tests/Mocks/DriverMock.php
Original file line number Diff line number Diff line change
Expand Up @@ -85,4 +85,9 @@ public function getDatabase(\Doctrine\DBAL\Connection $conn)
{
return;
}

public function convertExceptionCode(\Exception $exception)
{
return 0;
}
}

0 comments on commit 2925fea

Please sign in to comment.