Esempio n. 1
0
 /**
  * @covers getType
  */
 public function testGetType()
 {
     $d = new ILess_Node_Url(new ILess_Node_Quoted('"http://foobar.com/less.css"', 'http://foobar.com/less.css'));
     $this->assertEquals('Url', $d->getType());
 }