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

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