public function testSetupDatabase()
 {
     Orm::setDatabase(null);
     $this->assertTrue(Orm::getDatabase() instanceof PDO);
 }