From 6c7a4266410070d30f8f6bcdf9c9e67f3d6478e3 Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Mon, 19 Jun 2017 11:33:58 +0300 Subject: [ci skip] 3.1.5 release --- tests/mocks/ci_testconfig.php | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 tests/mocks/ci_testconfig.php (limited to 'tests/mocks/ci_testconfig.php') diff --git a/tests/mocks/ci_testconfig.php b/tests/mocks/ci_testconfig.php deleted file mode 100644 index afdb71001..000000000 --- a/tests/mocks/ci_testconfig.php +++ /dev/null @@ -1,20 +0,0 @@ -config[$key]) ? $this->config[$key] : FALSE; - } - - public function load($file = '', $use_sections = FALSE, $fail_gracefully = FALSE) - { - $this->loaded[] = $file; - return TRUE; - } - -} -- cgit v1.2.3-24-g4f1b