/**
  * @covers ::testValue
  */
 public function testTestValue()
 {
     $this->assertTrue($this->fixture->testValue(TwigConfiguration::KEY_TAG, "polymer"));
 }