PHPUNIT : adapt 12.3
This commit is contained in:
parent
9ebb89b38a
commit
8dca7f0866
32 changed files with 123 additions and 345 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue