summaryrefslogtreecommitdiffstats
path: root/tests/mocks/core/uri.php
AgeCommit message (Collapse)AuthorFilesLines
2014-01-15CI_URI changes related to the 'permitted_uri_chars' settingAndrey Andreev1-2/+13
- Initialize and cache the value in the class constructor instead of searching for it every time - Removed the preg_quote() call from _filter_uri() to allow more fine-tuning from configuration - Renamed _filter_uri() to filter_uri() - it was public anyway and using it cannot break anything Related: issue #2799
2013-11-12Deprecate CI_Input::is_cli_request() and add common function is_cli() to ↵Andrey Andreev1-5/+0
replace it Calls to this function are often needed before the Input library is available
2012-06-09Cleanup/optimize tests/mocks/Andrey Andreev1-4/+5
2012-03-28Adding core and libraries mock classesTaufan Aditya1-2/+0
2012-03-28Adding autoloader and mocks directoryTaufan Aditya1-0/+27