Skip to content

Commit 6ca3ecf

Browse files
author
Alex Bomko
committed
MAGETWO-45480: Error in the install sample data
1 parent da8f5a4 commit 6ca3ecf

File tree

23 files changed

+38
-24
lines changed

23 files changed

+38
-24
lines changed

app/code/Magento/BundleSampleData/Setup/Installer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright © 2015 Magento. All rights reserved.
3+
* Copyright © 2015 Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
66
namespace Magento\BundleSampleData\Setup;

app/code/Magento/CatalogRuleSampleData/Setup/Installer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright © 2015 Magento. All rights reserved.
3+
* Copyright © 2015 Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
66
namespace Magento\CatalogRuleSampleData\Setup;

app/code/Magento/CatalogSampleData/Setup/Installer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright © 2015 Magento. All rights reserved.
3+
* Copyright © 2015 Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
66
namespace Magento\CatalogSampleData\Setup;

app/code/Magento/CmsSampleData/Setup/Installer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright 2015 Magento. All rights reserved.
3+
* Copyright © 2015 Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
66
namespace Magento\CmsSampleData\Setup;

app/code/Magento/ConfigurableSampleData/Setup/Installer.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright 2015 Magento. All rights reserved.
3+
* Copyright © 2015 Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
66
namespace Magento\ConfigurableSampleData\Setup;
@@ -67,6 +67,5 @@ public function install()
6767
['Magento_ConfigurableSampleData::fixtures/Links/upsell.csv'],
6868
['Magento_ConfigurableSampleData::fixtures/Links/crossell.csv']
6969
);
70-
$this->order->install(['Magento_ConfigurableSampleData::fixtures/orders.csv']);
7170
}
7271
}

app/code/Magento/CustomerSampleData/Setup/Installer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright © 2015 Magento. All rights reserved.
3+
* Copyright © 2015 Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
66
namespace Magento\CustomerSampleData\Setup;

app/code/Magento/DownloadableSampleData/Setup/Installer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright © 2015 Magento. All rights reserved.
3+
* Copyright © 2015 Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
66
namespace Magento\DownloadableSampleData\Setup;

app/code/Magento/GroupedProductSampleData/Setup/Installer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright © 2015 Magento. All rights reserved.
3+
* Copyright © 2015 Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
66
namespace Magento\GroupedProductSampleData\Setup;

app/code/Magento/MsrpSampleData/Setup/Installer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright 2015 Magento. All rights reserved.
3+
* Copyright © 2015 Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
66
namespace Magento\MsrpSampleData\Setup;

app/code/Magento/OfflineShippingSampleData/Setup/Installer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
/**
3-
* Copyright © 2015 Magento. All rights reserved.
3+
* Copyright © 2015 Magento. All rights reserved.
44
* See COPYING.txt for license details.
55
*/
66
namespace Magento\OfflineShippingSampleData\Setup;

0 commit comments

Comments
 (0)