상속: extends BaseYuglifyCompressor
예제 #1
0
파일: YuglifyTest.php 프로젝트: chh/pipe
 function testJs()
 {
     $c = new YuglifyJs(__DIR__ . '/fixtures/test.js');
     $this->assertNotEmpty($c->render());
 }