summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/core/Input_test.php
AgeCommit message (Collapse)AuthorFilesLines
2015-03-21[ci skip] Whitespace cleanup following PR #3682Andrey Andreev1-20/+20
2015-03-20updated based on commentHeesung Ahn1-2/+2
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com>
2015-03-19updated based on commentHeesung Ahn1-2/+1
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com>
2015-03-19minor updateHeesung Ahn1-2/+3
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com>
2015-03-18Updated CI_Input unit test and fixed error "undefined offset" caused by ↵Heesung Ahn1-5/+56
using the same variable name, $i, twice for for loop inside for loop. Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com>
2015-03-18Polish some recent changes in test casesAndrey Andreev1-6/+4
2015-03-17Updated fetch_from_array unit testHeesung Ahn1-0/+9
Signed-off-by:Heesung Ahn <ahn.heesung@gmail.com>
2014-02-20CI_Utf8-related changesAndrey Andreev1-0/+2
- Give priority to mb_convert_encoding() over iconv() in clean_string() (partially fixes #261) - Add more proper unit tests
2014-01-16Add some unit tests for CI_InputAndrey Andreev1-3/+44
2013-08-11Input class: change behavior of get_post() method, add post_get() methodvlakoff1-1/+11
followup to PR #2522
2013-02-21Some miscellaneous testsAndrey Andreev1-1/+24
2012-11-20Update tests following 77bd21b15305412b63c8f448787d5b275efd07e2Andrey Andreev1-22/+2
2012-06-09Cleanup/optimize tests/codeigniter/Andrey Andreev1-14/+14
2012-06-06removed ip_version()Joffrey Jaffeux1-14/+0
2012-06-06use an ip of the range 192.18.0.0/15Joffrey Jaffeux1-2/+2
2012-06-06ip_version() now returns int instead of stringJoffrey Jaffeux1-2/+2
2012-06-06follow styling guideJoffrey Jaffeux1-2/+4
2012-06-06add tests for ipv6 and new method ip_version()Joffrey Jaffeux1-0/+27
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /testsAlex Bilbie1-4/+4
2012-05-23Input, Session and Cookie get's will return NULL.Phil Sturgeon1-8/+10
Read more about this change here: http://codeigniter.com/forums/viewthread/215833
2012-05-15Input class code-coverageTaufan Aditya1-0/+144