summaryrefslogtreecommitdiffstats
path: root/tests/mocks/core/common.php
AgeCommit message (Expand)AuthorFilesLines
2014-10-05config_item() to return NULL instead of FALSE for non-existing itemsAndrey Andreev1-1/+1
2014-02-24Don't use globalsAndrey Andreev1-0/+2
2014-02-12Remove pointless mocks for remove_invisible_characters(), is_php(), is_really...Andrey Andreev1-51/+0
2013-11-12Deprecate CI_Input::is_cli_request() and add common function is_cli() to repl...Andrey Andreev1-0/+9
2013-09-13Drop the unused parameter from log_message() / CI_Log::write_log()Andrey Andreev1-1/+1
2013-05-07Logging functions: level parameter is not optionalvlakoff1-1/+1
2012-12-03[ci skip] Cleaned some spacesAndrey Andreev1-1/+0
2012-10-22Raised CI_Loader test coverage to 93%dchill421-3/+4
2012-10-12Integrated vfsStream better and made paths constants VFS-baseddchill421-1/+25
2012-06-10Revert a change in tests/mocks/core/common.phpAndrey Andreev1-1/+2
2012-06-10Revert a change in tests/mocks/core/common.phpAndrey Andreev1-1/+2
2012-06-09Cleanup/optimize tests/mocks/Andrey Andreev1-20/+16
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /testsAlex Bilbie1-1/+1
2012-05-27Adding more flexibilities to mock-commonTaufan Aditya1-64/+103
2012-03-28Adding autoloader and mocks directoryTaufan Aditya1-0/+132