Exemple #1
0
 public function testPatternLineageExists()
 {
     $source = $this->makeSourcePattern();
     $pattern = new Pattern($this->makeStyleguide(), $source);
     $this->assertFalse($pattern->patternLineageExists());
 }