コード例 #1
0
 public function testGetDatabase()
 {
     $db = Orm::getDatabase();
     $this->assertTrue($db instanceof PDO);
 }