From 036ec6865135284d3341754a8416d769ed7e6594 Mon Sep 17 00:00:00 2001 From: Michael Kaufmann Date: Wed, 13 Feb 2019 21:59:01 +0100 Subject: [PATCH] fix unit-tests Signed-off-by: Michael Kaufmann --- tests/Customers/CustomersTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Customers/CustomersTest.php b/tests/Customers/CustomersTest.php index f7cfe909..3735d244 100644 --- a/tests/Customers/CustomersTest.php +++ b/tests/Customers/CustomersTest.php @@ -41,6 +41,7 @@ class CustomersTest extends TestCase 'new_customer_password' => 'h0lYmo1y', 'sendpassword' => TRAVIS_CI == 1 ? 0 : 1, 'phpenabled' => 1, + 'dnsenabled' => 1, 'store_defaultindex' => 1, 'custom_notes' => 'secret', 'custom_notes_show' => 0,