diff options
author | Andrey Andreev <narf@devilix.net> | 2018-04-24 13:55:10 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2018-04-24 13:55:10 +0200 |
commit | a91c7a9f8406cee67474bd8a8c79e5098cc19e2d (patch) | |
tree | 89dc94af9ef09b2c50e6fe8189a9b0ecfc5af8e7 /tests/mocks | |
parent | d9e066b3e462525ebb15089d6e99b01d5f29c8c8 (diff) | |
parent | 577e53feff2c7d9ea74c682e5795196c916e7687 (diff) |
Merge branch '3.1-stable' into develop
Diffstat (limited to 'tests/mocks')
-rw-r--r-- | tests/mocks/ci_testcase.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mocks/ci_testcase.php b/tests/mocks/ci_testcase.php index 593685c23..4f478fb4e 100644 --- a/tests/mocks/ci_testcase.php +++ b/tests/mocks/ci_testcase.php @@ -24,7 +24,7 @@ class CI_TestCase extends PHPUnit_Framework_TestCase { // -------------------------------------------------------------------- - public function __construct($name = null, array $data = [], $dataName = '') + public function __construct($name = null, array $data = array(), $dataName = '') { parent::__construct($name, $data, $dataName); $this->ci_instance = new stdClass(); |