We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69cd2e6 commit f80a5d6Copy full SHA for f80a5d6
setup/src/Magento/Setup/Test/Unit/Controller/CustomizeYourStoreTest.php
@@ -69,9 +69,9 @@ public function indexActionDataProvider()
69
$currency = ['currency' => ['USD'=>'US Dollar', 'EUR' => 'Euro']];
70
$language = ['language' => ['en_US'=>'English (USA)', 'en_UK' => 'English (UK)']];
71
$sampleData = [
72
+ 'isSampledataEnabled' => null,
73
'isSampleDataInstalled' => null,
- 'isSampleDataErrorInstallation' => null,
74
- 'isSampledataEnabled' => null
+ 'isSampleDataErrorInstallation' => null
75
];
76
$sampleDataTrue = array_merge($sampleData, ['isSampledataEnabled' => true]);
77
$sampleDataFalse = array_merge($sampleData, ['isSampledataEnabled' => false]);
0 commit comments