1 | <?php |
||
9 | class TwigRendererTest extends \PHPUnit_Framework_TestCase |
||
10 | { |
||
11 | private $renderer; |
||
12 | |||
13 | public function setUp() |
||
22 | |||
23 | /** |
||
24 | * It should renderer a view. |
||
25 | */ |
||
26 | public function testRender() |
||
39 | |||
40 | /** |
||
41 | * It should be able to recursively render a view. |
||
42 | */ |
||
43 | public function testRenderRecursive() |
||
60 | } |
||
61 |