예제 #1
0
파일: ImportTest.php 프로젝트: jxav/iless
 /**
  * @covers getType
  */
 public function testGetType()
 {
     $d = new ImportNode(new UrlNode(new QuotedNode('"foobar.css"', 'foobar.css')));
     $this->assertEquals('Import', $d->getType());
 }