File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed
dev/tests/integration/testsuite/Magento/CustomerImportExport/Model/Import Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details .
3
+ * Copyright 2014 Adobe
4
+ * All Rights Reserved .
5
5
*/
6
6
7
7
/**
@@ -478,7 +478,8 @@ public function testDifferentOptions(): void
478
478
/**
479
479
* Test customer indexer gets invalidated after import when Update on Schedule mode is set
480
480
*
481
- * @magentoDbIsolation enabled
481
+ * @magentoAppIsolation enabled
482
+ * @magentoDbIsolation disabled
482
483
*/
483
484
public function testCustomerIndexer (): void
484
485
{
Original file line number Diff line number Diff line change 1
1
<?php
2
2
/**
3
- * Copyright © Magento, Inc. All rights reserved.
4
- * See COPYING.txt for license details .
3
+ * Copyright 2014 Adobe
4
+ * All Rights Reserved .
5
5
*/
6
6
7
7
namespace Magento \CustomerImportExport \Model \Import ;
@@ -495,7 +495,8 @@ public function testUpdateExistingCustomers(): void
495
495
/**
496
496
* Test customer indexer gets invalidated after import when Update on Schedule mode is set
497
497
*
498
- * @magentoDbIsolation enabled
498
+ * @magentoAppIsolation enabled
499
+ * @magentoDbIsolation disabled
499
500
* @return void
500
501
*/
501
502
public function testCustomerIndexer (): void
You can’t perform that action at this time.
0 commit comments