Fix PHPUNIT for PHP8.2
This commit is contained in:
parent
6a8c1dd259
commit
70d56be03f
20 changed files with 62 additions and 23 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue