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:
@@ -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);
|
||||
});
|
||||
|
Reference in New Issue
Block a user