Total Complexity | 1 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | class ProductExpirationManagerTest extends SapphireTest |
||
10 | { |
||
11 | /** |
||
12 | * @var string |
||
13 | */ |
||
14 | protected static $fixture_file = '../fixtures.yml'; |
||
15 | |||
16 | /** |
||
17 | * @var array |
||
18 | */ |
||
19 | protected static $extra_dataobjects = [ |
||
20 | TestProduct::class, |
||
21 | ]; |
||
22 | |||
23 | /** |
||
24 | * |
||
25 | */ |
||
26 | public function testGetCMSFields() |
||
33 |