From e283513ae617524793cdc7c407dd2dbc7584af08 Mon Sep 17 00:00:00 2001 From: Rik ter Beek Date: Thu, 29 Nov 2018 10:58:40 +0100 Subject: [PATCH] Update TestCase.php --- tests/TestCase.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/TestCase.php b/tests/TestCase.php index 5bfff699c..6d6764390 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -18,7 +18,6 @@ class TestCase extends \PHPUnit_Framework_TestCase public function __construct() { - $this->settings = $this->_loadConfigIni(); $this->_merchantAccount = $this->getMerchantAccount(); $this->_skinCode = $this->getSkinCode();