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