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 23, 2024
1 parent 403e4b7 commit 542b077
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 542b077

Please sign in to comment.