Ejemplo n.º 1
0
 /**
  * @expectedException \Webiny\Component\StdLib\StdObject\StdObjectException
  */
 public function testHash3()
 {
     $s = new StringObject('abc');
     $s->hash('breakMe');
 }