예제 #1
0
파일: QuotedTest.php 프로젝트: poef/ariadne
 /**
  * @covers getType
  */
 public function testGetType()
 {
     $q = new ILess_Node_Quoted('"foobar"', 'foobar');
     $this->assertEquals('Quoted', $q->getType());
 }