/**
  * Test Append Snippet
  */
 public function testAppendSnippetWithPlacement()
 {
     $this->helper->appendSnippet('appended', 'hanger-snippet/test', ['foo' => 'ABC'], 'example');
     $this->assertCount(1, $this->helper->getSnippets());
 }