Esempio n. 1
0
 /**
  * @covers getType
  */
 public function testGetType()
 {
     $a = new ILess_Node_Color('#ffffff');
     $this->assertEquals('Color', $a->getType());
 }