protected function setUp()
 {
     $this->chain = new ShortcodeChain();
     $this->chain->addShortcode(new CaptionShortcode());
 }