summaryrefslogtreecommitdiffstats
path: root/tests/mocks/core
AgeCommit message (Expand)AuthorFilesLines
2015-02-27Make CI_Input:: read-only as wellAndrey Andreev1-0/+8
2015-02-17Fix #3572: CI_Security::_remove_evil_attributes()Andrey Andreev1-0/+5
2015-01-29fix typo in commentsClaudio Galdiolo1-3/+3
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-20CI_Utf8-related changesAndrey Andreev1-3/+6
2014-02-20Remove a few empty 'mock' classesAndrey Andreev1-3/+0
2014-02-15Rename CI_Utf8::_is_ascii() to is_ascii() and make it publicAndrey Andreev1-5/+0
2014-02-12Move mbstring/iconv configuration and MB_ENABLED, ICONV_ENABLED out of CI_Utf...Andrey Andreev1-23/+2
2014-02-12Remove pointless mocks for remove_invisible_characters(), is_php(), is_really...Andrey Andreev1-51/+0
2014-02-11Utf8/iconv/mbstring-related changesAndrey Andreev1-0/+11
2014-01-16Add a unit test for CI_Utf8::_is_ascii()Andrey Andreev1-0/+5
2014-01-15CI_URI changes related to the 'permitted_uri_chars' settingAndrey Andreev1-2/+13
2013-11-12Deprecate CI_Input::is_cli_request() and add common function is_cli() to repl...Andrey Andreev2-5/+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-11-25Replaced Mock_Core_Lang with PHPUnit mockupsdchill421-15/+0
2012-10-24[ci skip] style and phpdoc-related changes (rel #1295)Andrey Andreev1-2/+2
2012-10-22Raised CI_Loader test coverage to 93%dchill422-16/+4
2012-10-12Integrated vfsStream better and made paths constants VFS-baseddchill422-31/+25
2012-10-10Merge branch 'develop' of github.com:/EllisLab/CodeIgniter into load_config_u...dchill422-0/+25
2012-10-09Overloaded is_cli_request in Input mock for Session testdchill421-0/+10
2012-08-30Better way - autoloader uses first config pathdchill421-1/+0
2012-08-30Added lang mock and upload mockAlex Bilbie1-0/+15
2012-08-29Added autoloader unit test with minor supporting change in Loaderdchill421-0/+9
2012-08-28Improved VFS usage in Loader and Config units, added Loader driver test, and ...dchill421-14/+18
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 Andreev6-37/+34
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /testsAlex Bilbie1-1/+1
2012-05-27Adding more flexibilities to mock-commonTaufan Aditya1-64/+103
2012-05-15Input class code-coverageTaufan Aditya3-1/+59
2012-05-15Comment block for explanationTaufan Aditya1-0/+3
2012-05-15Security Code coverageTaufan Aditya1-0/+27
2012-05-15Benchmark code-coverageTaufan Aditya1-0/+3
2012-03-28Adding core and libraries mock classesTaufan Aditya2-5/+0
2012-03-28Adding autoloader and mocks directoryTaufan Aditya3-0/+192