render() public method

public render ( $context = null, $vars = [] )
Example #1
0
 function testJs()
 {
     $c = new YuglifyJs(__DIR__ . '/fixtures/test.js');
     $this->assertNotEmpty($c->render());
 }