public function testInvalidSerializationFormatException()
 {
     $this->setExpectedException('InvalidArgumentException');
     $facade = new ShortcodeFacade();
     $facade->serialize(new Shortcode('name', array(), null), 'invalid');
 }