Example #1
0
 /**
  * Tests Database->__sleep()
  */
 public function test__sleep()
 {
     if (!is_array($this->Database->__sleep())) {
         $this->fail();
     }
 }