1
0
mirror of https://github.com/dg/dibi.git synced 2025-08-19 12:21:46 +02:00

PdoDriver: changes error mode do ERRMODE_SILENT (for PHP 8.0)

This commit is contained in:
David Grudl
2020-10-15 16:39:30 +02:00
parent fa6a1203a9
commit 177a800bff
2 changed files with 6 additions and 9 deletions

View File

@@ -32,8 +32,3 @@ Assert::exception(function () {
test('PDO error mode: explicitly set silent', function () {
buildPdoDriver(PDO::ERRMODE_SILENT);
});
test('PDO error mode: implicitly set silent', function () {
buildPdoDriver(null);
});