Exemplo n.º 1
0
 /**
  * @covers getType
  */
 public function testGetType()
 {
     $q = new ILess_Node_Quoted('"foobar"', 'foobar');
     $this->assertEquals('Quoted', $q->getType());
 }