Fix PHPUNIT for PHP8.2

This commit is contained in:
sparkyx 2025-09-03 00:04:05 +02:00
parent 6a8c1dd259
commit 70d56be03f
20 changed files with 62 additions and 23 deletions

View file

@ -163,7 +163,6 @@ class AccountRepositoryTest extends TestCase {
$db->close();
$this->assertEquals(11, $nb_table, " number of table incorrect $nb_table");
} catch (\Exception $ex) {
$db->close();
echo $ex->getMessage();
echo $ex->getTraceAsString();
$this->assertTrue(false, __CLASS__ . " cannot create DB");