Skip to content

Commit

Permalink
🐛 ✅BASE #309 correção dos tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bjverde committed Nov 14, 2024
1 parent a3520d1 commit 3646ca9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public function testGetConfigConnect_nullDatabaseGetDb()

$this->assertCount(2, $result);
$this->assertEquals(null, $result['database']);
$this->assertCount(6, $result['db']);
$this->assertCount(7, $result['db']);
$this->assertEquals(TFormDinPdoConnection::DBMS_SQLITE, $result['db']['type']);
$this->assertEquals($name, $result['db']['name']);
}
Expand Down

0 comments on commit 3646ca9

Please sign in to comment.