Inheritance: extends BaseYuglifyCompressor
コード例 #1
0
ファイル: YuglifyTest.php プロジェクト: chh/pipe
 function testJs()
 {
     $c = new YuglifyJs(__DIR__ . '/fixtures/test.js');
     $this->assertNotEmpty($c->render());
 }