コード例 #1
0
ファイル: DatabaseTest.php プロジェクト: swat30/safeballot
 /**
  * Tests Database->__sleep()
  */
 public function test__sleep()
 {
     if (!is_array($this->Database->__sleep())) {
         $this->fail();
     }
 }