Ejemplo n.º 1
0
 function testIsSerial()
 {
     $obj = new \stdClass();
     $str = serialize($obj);
     $this->assertTrue(\qtil\StringUtil::isSerial($str));
 }