From 50a1a532e159e2e3cc89e3371ef3965c2b454784 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 27 Dec 2019 19:55:26 -0500 Subject: Remove unused spaces and tabs --- tests/setup/config.php | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/tests/setup/config.php b/tests/setup/config.php index b148f42..dd95c47 100644 --- a/tests/setup/config.php +++ b/tests/setup/config.php @@ -7,35 +7,35 @@ define('ADMIN_PASSWORD', ''); * Use the $settings array to change store settings. The key must match the store ID. */ $settings = array( - 0 => array( - 'config_maintenance' => 1, - ) + 0 => array( + 'config_maintenance' => 1, + ) ); /* * Use the $module_settings array to install payment, shipping or feed modules */ $module_settings = array( - 'payment' => array( - 'cheque' => array( - 'cheque_status' => 1, - 'cheque_payable' => 'OpenCart test store', - 'cheque_order_status_id' => 1, - ), - 'free_checkout' => array( - 'free_checkout_status' => 1, - 'free_checkout_order_status_id' => 1, - ), - ), - 'shipping' => array( - 'item' => array( - 'item_status' => 1, - 'item_cost' => 1.25, - ), - ), - 'feed' => array( - 'google_sitemap' => array( - 'google_sitemap_status' => 1 - ) - ), + 'payment' => array( + 'cheque' => array( + 'cheque_status' => 1, + 'cheque_payable' => 'OpenCart test store', + 'cheque_order_status_id' => 1, + ), + 'free_checkout' => array( + 'free_checkout_status' => 1, + 'free_checkout_order_status_id' => 1, + ), + ), + 'shipping' => array( + 'item' => array( + 'item_status' => 1, + 'item_cost' => 1.25, + ), + ), + 'feed' => array( + 'google_sitemap' => array( + 'google_sitemap_status' => 1 + ) + ), ); -- cgit v1.2.3