From b73eb19aed66190c10c9cad476da7c36c271d6dc Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Thu, 19 Sep 2019 15:08:45 +0300 Subject: [ci skip] 3.1.11 release --- tests/mocks/core/uri.php | 32 -------------------------------- 1 file changed, 32 deletions(-) delete mode 100644 tests/mocks/core/uri.php (limited to 'tests/mocks/core/uri.php') diff --git a/tests/mocks/core/uri.php b/tests/mocks/core/uri.php deleted file mode 100644 index 96ec5afa1..000000000 --- a/tests/mocks/core/uri.php +++ /dev/null @@ -1,32 +0,0 @@ -ci_core_class('cfg'); - - // set predictable config values - $test->ci_set_config(array( - 'index_page' => 'index.php', - 'base_url' => 'http://example.com/', - 'subclass_prefix' => 'MY_', - 'enable_query_strings' => FALSE, - 'permitted_uri_chars' => 'a-z 0-9~%.:_\-' - )); - - $this->config = new $cls; - - if ($this->config->item('enable_query_strings') !== TRUE OR is_cli()) - { - $this->_permitted_uri_chars = $this->config->item('permitted_uri_chars'); - } - } - - public function _set_permitted_uri_chars($value) - { - $this->_permitted_uri_chars = $value; - } - -} \ No newline at end of file -- cgit v1.2.3-24-g4f1b