Total Complexity | 2 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
10 | class RegistryPageControllerTest extends SapphireTest |
||
11 | { |
||
12 | protected static $fixture_file = 'fixtures/RegistryPageTest.yml'; |
||
13 | |||
14 | protected static $extra_dataobjects = [ |
||
15 | RegistryPageTestContact::class, |
||
16 | ]; |
||
17 | |||
18 | public function testCanSortByReturnsFalseWithNoDataRecord() |
||
25 | } |
||
26 | |||
27 | public function testCanSortByDataRecordField() |
||
39 |