summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/core
AgeCommit message (Expand)AuthorFilesLines
2012-10-27Docblock improvements to the Config library and remove CI_Config::_assign_to_...Andrey Andreev1-23/+2
2012-10-26Deprecated form helper function form_prep().Andrey Andreev1-5/+13
2012-10-23Replaced evals with getMock usage in Loader testsdchill421-16/+8
2012-10-23Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into load_con...dchill421-6/+6
2012-10-23Fix issue #779Andrey Andreev1-6/+6
2012-10-22Raised CI_Loader test coverage to 93%dchill421-117/+226
2012-10-21Raised CI_Config test coverage to 100%dchill421-39/+158
2012-10-15Adapted Config load test to VFS APPPATHdchill421-14/+6
2012-10-12Integrated vfsStream better and made paths constants VFS-baseddchill422-97/+29
2012-08-29Added autoloader unit test with minor supporting change in Loaderdchill421-0/+70
2012-08-28Improved VFS usage in Loader and Config units, added Loader driver test, and ...dchill422-45/+294
2012-07-29Adding a common stringify_attributes function for dealing with attributes thr...Eric Barnes1-0/+31
2012-06-14Comment out _set_uri_string() test as it is no longer callable from outside t...Andrey Andreev1-0/+5
2012-06-09Cleanup/optimize tests/codeigniter/Andrey Andreev8-262/+213
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-05remove _test_line()Joffrey Jaffeux1-8/+1
2012-06-05Add test when loading language file and not using the second parameter (langu...Joffrey Jaffeux1-2/+10
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /testsAlex Bilbie1-4/+4
2012-05-27Continuation for Security and Table code-coverage, add coverage report to travisTaufan Aditya1-0/+32
2012-05-23Input, Session and Cookie get's will return NULL.Phil Sturgeon1-8/+10
2012-05-16Reduce decimal points, since there is a micro differencess on runtime and up...Taufan Aditya1-2/+2
2012-05-15Input class code-coverageTaufan Aditya2-10/+148
2012-05-15Security Code coverageTaufan Aditya1-0/+79
2012-05-15Benchmark code-coverageTaufan Aditya1-0/+42
2012-03-28Adding core and libraries mock classesTaufan Aditya1-2/+1
2012-03-28Adding autoloader and mocks directoryTaufan Aditya3-71/+2
2012-03-10Fix incomplete and skipped testTaufan Aditya1-5/+5
2012-03-10Fix test errors in Loader_test.php and URI_test.phpHamza Bhatti2-8/+8
2011-08-29Removed beginning slash in expected for site_url.Eric Barnes1-4/+4
2011-08-28Added tests for CI_URI class. Made modifications to core class whichStephen1-0/+344
2011-04-22Reworked unit tests to match rest of framework and added a few more.Eric Barnes4-23/+39
2011-04-21load->file() tests.Greg Aker1-4/+16
2011-04-21config CI_Loader tests.Greg Aker1-9/+27
2011-04-21Adding mock testing of libraries in the application directoryGreg Aker1-12/+46
2011-04-21Testing view loading.Greg Aker1-0/+17
2011-04-21Buttoning up model loader tests.Greg Aker1-19/+20
2011-04-21Swap from assertEquals(FALSE, x) to just assertFalse(). Silly Greg.Greg Aker1-1/+1
2011-04-21Working on tests in the loader. Have generic model mocking working with vfsS...Greg Aker1-44/+90
2011-04-21Renamed the main test class, fixing test cases.Pascal Kriete3-24/+9
2011-04-21Adding early bootstrap ideas for core test suitePascal Kriete3-0/+282