Skip to content

Commit f80a5d6

Browse files
author
Alex Bomko
committed
MAGETWO-34125: Merge MAGETWO-32073 and design changes to mainline
- fix tests
1 parent 69cd2e6 commit f80a5d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup/src/Magento/Setup/Test/Unit/Controller/CustomizeYourStoreTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ public function indexActionDataProvider()
6969
$currency = ['currency' => ['USD'=>'US Dollar', 'EUR' => 'Euro']];
7070
$language = ['language' => ['en_US'=>'English (USA)', 'en_UK' => 'English (UK)']];
7171
$sampleData = [
72+
'isSampledataEnabled' => null,
7273
'isSampleDataInstalled' => null,
73-
'isSampleDataErrorInstallation' => null,
74-
'isSampledataEnabled' => null
74+
'isSampleDataErrorInstallation' => null
7575
];
7676
$sampleDataTrue = array_merge($sampleData, ['isSampledataEnabled' => true]);
7777
$sampleDataFalse = array_merge($sampleData, ['isSampledataEnabled' => false]);

0 commit comments

Comments
 (0)