diff options
Diffstat (limited to 'tests/mocks/core/uri.php')
-rw-r--r-- | tests/mocks/core/uri.php | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/mocks/core/uri.php b/tests/mocks/core/uri.php index 94f75df64..11078587b 100644 --- a/tests/mocks/core/uri.php +++ b/tests/mocks/core/uri.php @@ -18,9 +18,4 @@ class Mock_Core_URI extends CI_URI { } - protected function _is_cli_request() - { - return FALSE; - } - }
\ No newline at end of file |