From e794dd4a87408ca08d6410105b2df868f95a0b40 Mon Sep 17 00:00:00 2001 From: rxu Date: Wed, 30 Jul 2025 09:05:38 +0700 Subject: [PATCH] [ticket/17535] Remove redundant empty lines PHPBB-17535 --- tests/dbal/connect_test.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/dbal/connect_test.php b/tests/dbal/connect_test.php index 7220a60bf7..5216312d09 100644 --- a/tests/dbal/connect_test.php +++ b/tests/dbal/connect_test.php @@ -31,8 +31,6 @@ class phpbb_dbal_connect_test extends phpbb_database_test_case // Failure to connect results in a trigger_error call in dbal. // phpunit converts triggered errors to exceptions. // In particular there should be no fatals here. - - if ($db->get_sql_layer() === 'mysqli') { $this->setExpectedTriggerError(E_WARNING);