Inheritance: extends BaseYuglifyCompressor
示例#1
0
文件: YuglifyTest.php 项目: chh/pipe
 function testJs()
 {
     $c = new YuglifyJs(__DIR__ . '/fixtures/test.js');
     $this->assertNotEmpty($c->render());
 }