| Total Complexity | 2 |
| Total Lines | 40 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 14 | class MemberDataExtensionTest extends SapphireTest |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * @var string[] |
||
| 18 | */ |
||
| 19 | protected static $fixture_file = [ |
||
| 20 | '../customers.yml', |
||
| 21 | ]; |
||
| 22 | |||
| 23 | /** |
||
| 24 | * @var \string[][] |
||
| 25 | */ |
||
| 26 | protected static $required_extensions = [ |
||
| 27 | Member::class => [ |
||
| 28 | MemberDataExtension::class, |
||
| 29 | ], |
||
| 30 | ]; |
||
| 31 | |||
| 32 | /** |
||
| 33 | * |
||
| 34 | */ |
||
| 35 | public function testHasExtensionApplied() |
||
| 39 | } |
||
| 40 | |||
| 41 | /** |
||
| 42 | * |
||
| 43 | */ |
||
| 44 | public function testOrdersField() |
||
| 57 |