Exemplo n.º 1
0
 /**
  * @test
  *
  */
 public function failsWhenDataCannotBeEncoded()
 {
     $this->setExpectedException('\\RuntimeException');
     $serializedData = new SerializedData('tussenhofer', utf8_decode('söösöö'));
     $serializedData->toJson();
 }