Exemple #1
0
 public function testPatternCss()
 {
     $source = $this->makeSourcePattern();
     $pattern = new Pattern($this->makeStyleguide(), $source);
     $this->assertNull($pattern->patternCSS());
 }