PopTest\Db\EscapedTest::testGetDefaultDb PHP Method

testGetDefaultDb() public method

public testGetDefaultDb ( )
    public function testGetDefaultDb()
    {
        Record::setDb(Db::factory('Sqlite', array('database' => __DIR__ . '/../tmp/test.sqlite')), true);
        $this->assertInstanceOf('Pop\\Db\\Db', Record::getDb());
    }