/**
  * @covers ::getBundleWebPath
  */
 public function testGetBundleWebPath()
 {
     $elements_path = (new PolymerConfiguration())->getPaths()->getElements();
     $this->assertEquals("/bundles/polymer/{$elements_path}/hello-world/hello-world.html", $this->fixture->getBundleWebPath("PolymerBundle", "hello-world/hello-world.html"));
 }