render() публичный Метод

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