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