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