PHPUNIT : adapt 12.3

This commit is contained in:
sparkyx 2025-09-15 22:50:03 +02:00
parent 9ebb89b38a
commit 8dca7f0866
32 changed files with 123 additions and 345 deletions

View file

@ -164,7 +164,7 @@ 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");