aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-12-27 19:55:26 -0500
committerJesús <heckyel@hyperbola.info>2019-12-27 19:55:26 -0500
commit50a1a532e159e2e3cc89e3371ef3965c2b454784 (patch)
treec9f4d5707db3c6d4d0df44ddfb7ce4256761fdd0
parentd0483e29bdaf947d7b6f3c69f395f2f2acc21c93 (diff)
downloadlibrecart-50a1a532e159e2e3cc89e3371ef3965c2b454784.tar.lz
librecart-50a1a532e159e2e3cc89e3371ef3965c2b454784.tar.xz
librecart-50a1a532e159e2e3cc89e3371ef3965c2b454784.zip
Remove unused spaces and tabs
-rw-r--r--tests/setup/config.php50
1 files 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
+ )
+ ),
);