Esempio n. 1
0
 public function testParseStyleSheet()
 {
     $parsed = $this->object->parseStylesheet("p:not(.p2) { color: red }");
     $this->assertEquals($parsed, array(array("p:not(.p2)", "color: red")));
 }