render() public method

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