mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-02 01:52:10 +09:00
Fix unit test for 10cd76d0 change
This commit is contained in:
parent
ed473886ea
commit
7e438350ac
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ class DBTest extends \Codeception\TestCase\Test
|
|||
$oDB = Rhymix\Framework\DB::getInstance();
|
||||
$this->assertTrue($oDB instanceof Rhymix\Framework\DB);
|
||||
$this->assertEquals($oDB, \DB::getInstance());
|
||||
$this->assertTrue(\DB::getInstance() instanceof \DB);
|
||||
$this->assertTrue(\DB::getInstance() instanceof Rhymix\Framework\DB);
|
||||
$this->assertTrue($oDB->isConnected());
|
||||
$this->assertTrue($oDB->getHandle() instanceof Rhymix\Framework\Helpers\DBHelper);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue