Total Complexity | 1 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Changes | 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 $extraDataObjects = [ |
||
25 | TestWishListPage::class, |
||
26 | TestProductWishList::class, |
||
27 | ]; |
||
28 | |||
29 | /** |
||
30 | * |
||
31 | */ |
||
32 | public function testView() |
||
46 |