summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/core/Input_test.php
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-15Input class code-coverageTaufan Aditya1-0/+144