/**
  * @expectedException RuntimeException
  */
 public function testSetClientValueWithBadValue()
 {
     $ce = new CE('blah');
     $ce->setDenormalizedValue(new \stdClass());
 }