@expectedException \Symfony\Component\Serializer\Exception\UnexpectedValueException
public function testDenormalizeNoMatch() {
$this->serializer = new Serializer(array(
$this
->getMock('Symfony\\Component\\Serializer\\Normalizer\\CustomNormalizer'),
));
$this->serializer
->denormalize('foo', 'stdClass');
}