Version 3 #1

Manually merged
timw4mail merged 47 commits from develop into master 2020-04-23 18:39:27 -04:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 78705bf796 - Show all commits

View File

@ -177,7 +177,7 @@ SQL;
public function testGetSchemas(): void
{
$this->assertEqual(['test'], self::$db->getSchemas());
$this->assertTrue(in_array('test', self::$db->getSchemas()));
}
public function testGetSequences(): void