public function testGetInstance()
 {
     $instance = MySQLiFactory::getInstance();
     $this->assertNotNull($instance);
 }