public function testGetDatabase()
 {
     $db = Orm::getDatabase();
     $this->assertTrue($db instanceof PDO);
 }