| Total Complexity | 3 |
| Total Lines | 22 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 8 | final class ModelsTest extends IntegrationTestCase |
||
| 9 | { |
||
| 10 | protected function setUp(): void |
||
| 11 | { |
||
| 12 | $this->setTemplateDirectory(__DIR__ . '/Templates'); |
||
| 13 | |||
| 14 | parent::setUp(); |
||
| 15 | } |
||
| 16 | |||
| 17 | public function testVariablesDefinedInTheModelShouldBeAvailableToTheTemplate(): void |
||
| 23 | } |
||
| 24 | |||
| 25 | public function testDefiningMultipleModelsShouldThrowAnException(): void |
||
| 30 | } |
||
| 31 | } |
||
| 32 |