Exemple #1
0
 public function testPatternExampleAdditions()
 {
     $source = $this->makeSourcePattern();
     $pattern = new Pattern($this->makeStyleguide(), $source);
     $this->assertEquals([], $pattern->patternExampleAdditions());
 }