summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/core
AgeCommit message (Expand)AuthorFilesLines
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