| Total Complexity | 2 |
| Total Lines | 28 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | final class InheritanceTest extends IntegrationTestCase |
||
| 9 | { |
||
| 10 | /** @var string */ |
||
| 11 | protected $templateDirectory = __DIR__ . '/Templates'; |
||
| 12 | |||
| 13 | /** |
||
| 14 | * @return void |
||
| 15 | */ |
||
| 16 | public function testShouldRenderBaseTemplateWithPlaceholders() |
||
| 23 | } |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @return void |
||
| 27 | */ |
||
| 28 | public function testShouldRenderChildTemplateWithOverriddenVariables() |
||
| 38 |