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