File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
dev/tests/integration/testsuite/Magento/CatalogImportExport/_files Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
7
7
/** Delete all products */
8
- require dirname (dirname (__DIR__ )) . '/Catalog/_files/products_with_multiselect_attribute_rollback.php ' ;
8
+ include dirname (dirname (__DIR__ )) . '/Catalog/_files/products_with_multiselect_attribute_rollback.php ' ;
9
9
/** Delete text attribute */
10
- require dirname (dirname (__DIR__ )) . '/Catalog/_files/text_attribute_rollback .php ' ;
10
+ include dirname (dirname (__DIR__ )) . '/Catalog/_files/product_text_attribute_rollback .php ' ;
11
11
12
- require dirname (dirname (__DIR__ )) . '/Store/_files/second_store_rollback.php ' ;
12
+ include dirname (dirname (__DIR__ )) . '/Store/_files/second_store_rollback.php ' ;
13
13
14
- require dirname (dirname (__DIR__ )) . '/Catalog/_files/category_rollback.php ' ;
14
+ include dirname (dirname (__DIR__ )) . '/Catalog/_files/category_rollback.php ' ;
Original file line number Diff line number Diff line change 5
5
*/
6
6
7
7
/** Delete all products */
8
- require dirname (dirname (__DIR__ )) . '/Catalog/_files/products_with_multiselect_attribute_rollback.php ' ;
8
+ include dirname (dirname (__DIR__ )) . '/Catalog/_files/products_with_multiselect_attribute_rollback.php ' ;
9
9
/** Delete text attribute */
10
- require dirname (dirname (__DIR__ )) . '/Catalog/_files/text_attribute_rollback .php ' ;
10
+ include dirname (dirname (__DIR__ )) . '/Catalog/_files/product_text_attribute_rollback .php ' ;
11
11
12
- require dirname (dirname (__DIR__ )) . '/Store/_files/second_store_rollback.php ' ;
12
+ include dirname (dirname (__DIR__ )) . '/Store/_files/second_store_rollback.php ' ;
13
13
14
- require dirname (dirname (__DIR__ )) . '/Catalog/_files/category_rollback.php ' ;
14
+ include dirname (dirname (__DIR__ )) . '/Catalog/_files/category_rollback.php ' ;
You can’t perform that action at this time.
0 commit comments