Beispiel #1
0
 public function testPatternEngineName()
 {
     $source = $this->makeSourcePattern();
     $pattern = new Pattern($this->makeStyleguide(), $source);
     $this->assertEquals("Twig", $pattern->patternEngineName());
 }