Total Complexity | 2 |
Total Lines | 42 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
13 | class ProductWishListControllerExtensionTest extends FunctionalTest |
||
14 | { |
||
15 | |||
16 | /** |
||
17 | * @var string |
||
18 | */ |
||
19 | protected static $fixture_file = '../fixtures.yml'; |
||
20 | |||
21 | /** |
||
22 | * @var array |
||
23 | */ |
||
24 | protected static $extra_dataobjects = [ |
||
25 | TestWishListPage::class, |
||
26 | TestProductWishList::class, |
||
27 | ]; |
||
28 | |||
29 | /** |
||
30 | * |
||
31 | */ |
||
32 | public function setUp() |
||
37 | } |
||
38 | |||
39 | /** |
||
40 | * |
||
41 | */ |
||
42 | public function testView() |
||
58 |