Fix mysql test on travis ci

This commit is contained in:
Timothy Warren 2019-12-12 09:33:32 -05:00
parent a5dab73828
commit 78705bf796
1 changed files with 1 additions and 1 deletions

View File

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