Example #1
0
 /**
  * Tests Database->__wakeup()
  */
 public function test__wakeup()
 {
     if ($this->Database->__wakeup() != '') {
         $this->fail();
     }
 }