summaryrefslogtreecommitdiffstats
path: root/tests/mocks/core/common.php
AgeCommit message (Collapse)AuthorFilesLines
2014-10-05config_item() to return NULL instead of FALSE for non-existing itemsAndrey Andreev1-1/+1
Close #3001 Close #3232 Related: #3244
2014-02-24Don't use globalsAndrey Andreev1-0/+2
- Use load_class() to get objects during bootstrap process. - Change load_class() to accept a class constructor parameter instead of previously unused class name prefix. - Change CI_Router::__construct() to accept as a parameter.
2014-02-12Remove pointless mocks for remove_invisible_characters(), is_php(), ↵Andrey Andreev1-51/+0
is_really_writable()
2013-11-12Deprecate CI_Input::is_cli_request() and add common function is_cli() to ↵Andrey Andreev1-0/+9
replace it Calls to this function are often needed before the Input library is available
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
This parameter cannot be optional, as the following parameter is mandatory. Also completed the corresponding documentation.
2012-12-03[ci skip] Cleaned some spacesAndrey Andreev1-1/+0
2012-10-22Raised CI_Loader test coverage to 93%dchill421-3/+4
Signed-off-by: dchill42 <dchill42@gmail.com>
2012-10-12Integrated vfsStream better and made paths constants VFS-baseddchill421-1/+25
Signed-off-by: dchill42 <dchill42@gmail.com>
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