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