Total Complexity | 2 |
Total Lines | 23 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
11 | class FluentExtensionTest extends SapphireTest |
||
12 | { |
||
13 | protected static $required_extensions = [ |
||
14 | SiteTree::class => [FluentExtension::class], |
||
15 | FluentStubObject::class => [FluentExtension::class], |
||
16 | ]; |
||
17 | |||
18 | public function testFluentLocaleAndFrontendAreAddedToDataQuery() |
||
28 | } |
||
29 | |||
30 | public function testGetLocalisedTable() |
||
36 |