summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/core/Common_test.php
AgeCommit message (Collapse)AuthorFilesLines
2016-07-25Merge pull request #4725 from tianhe1986/develop_url_encode_case_insensitiveAndrey Andreev1-0/+12
Fix remove_invisible_characters() for URL-encoded characters in upper case
2015-10-30Fix #3201Andrey Andreev1-0/+5
2012-10-26Deprecated form helper function form_prep().Andrey Andreev1-5/+13
This function has been broken for YEARS and it's value-caching logic has only introduced various problems. We have html_escape() since CI 2.1.0 which is a perfect replacement, so it should be used instead. Fixes #228 & #1630
2012-07-29Adding a common stringify_attributes function for dealing with attributes ↵Eric Barnes1-0/+31
through out various helpers. Signed-off-by: Eric Barnes <eric@ericlbarnes.com>
2012-06-09Cleanup/optimize tests/codeigniter/Andrey Andreev1-3/+3
2012-03-28Adding core and libraries mock classesTaufan Aditya1-2/+1
2012-03-28Adding autoloader and mocks directoryTaufan Aditya1-2/+0
2011-04-22Reworked unit tests to match rest of framework and added a few more.Eric Barnes1-0/+16