Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-29 | Adding a common stringify_attributes function for dealing with attributes ↵ | Eric Barnes | 1 | -0/+31 | |
through out various helpers. Signed-off-by: Eric Barnes <eric@ericlbarnes.com> | |||||
2012-06-14 | Comment out _set_uri_string() test as it is no longer callable from outside ↵ | Andrey Andreev | 1 | -0/+5 | |
the class | |||||
2012-06-09 | Cleanup/optimize tests/codeigniter/ | Andrey Andreev | 8 | -262/+213 | |
2012-06-06 | removed ip_version() | Joffrey Jaffeux | 1 | -14/+0 | |
2012-06-06 | use an ip of the range 192.18.0.0/15 | Joffrey Jaffeux | 1 | -2/+2 | |
2012-06-06 | ip_version() now returns int instead of string | Joffrey Jaffeux | 1 | -2/+2 | |
2012-06-06 | follow styling guide | Joffrey Jaffeux | 1 | -2/+4 | |
2012-06-06 | add tests for ipv6 and new method ip_version() | Joffrey Jaffeux | 1 | -0/+27 | |
2012-06-05 | remove _test_line() | Joffrey Jaffeux | 1 | -8/+1 | |
2012-06-05 | Add test when loading language file and not using the second parameter ↵ | Joffrey Jaffeux | 1 | -2/+10 | |
(language) | |||||
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /tests | Alex Bilbie | 1 | -4/+4 | |
2012-05-27 | Continuation for Security and Table code-coverage, add coverage report to travis | Taufan Aditya | 1 | -0/+32 | |
2012-05-23 | Input, Session and Cookie get's will return NULL. | Phil Sturgeon | 1 | -8/+10 | |
Read more about this change here: http://codeigniter.com/forums/viewthread/215833 | |||||
2012-05-16 | Reduce decimal points, since there is a micro differencess on runtime and ↵ | Taufan Aditya | 1 | -2/+2 | |
update travis status | |||||
2012-05-15 | Input class code-coverage | Taufan Aditya | 2 | -10/+148 | |
2012-05-15 | Security Code coverage | Taufan Aditya | 1 | -0/+79 | |
2012-05-15 | Benchmark code-coverage | Taufan Aditya | 1 | -0/+42 | |
2012-03-28 | Adding core and libraries mock classes | Taufan Aditya | 1 | -2/+1 | |
2012-03-28 | Adding autoloader and mocks directory | Taufan Aditya | 3 | -71/+2 | |
2012-03-10 | Fix incomplete and skipped test | Taufan Aditya | 1 | -5/+5 | |
2012-03-10 | Fix test errors in Loader_test.php and URI_test.php | Hamza Bhatti | 2 | -8/+8 | |
Change exceptions from Exception to RuntimeException since PHPUnit 3.6 doesn't like you to expect generic exceptions. The error it gives is: InvalidArgumentException: You must not expect the generic exception class travis-ci.org/#!/tiyowan/CodeIgniter/builds/832518 This issue addressed by using exceptions that are more specific. | |||||
2011-08-29 | Removed beginning slash in expected for site_url. | Eric Barnes | 1 | -4/+4 | |
2011-08-28 | Added tests for CI_URI class. Made modifications to core class which | Stephen | 1 | -0/+344 | |
helped with isolation for testing. | |||||
2011-04-22 | Reworked unit tests to match rest of framework and added a few more. | Eric Barnes | 4 | -23/+39 | |
2011-04-21 | load->file() tests. | Greg Aker | 1 | -4/+16 | |
2011-04-21 | config CI_Loader tests. | Greg Aker | 1 | -9/+27 | |
2011-04-21 | Adding mock testing of libraries in the application directory | Greg Aker | 1 | -12/+46 | |
2011-04-21 | Testing view loading. | Greg Aker | 1 | -0/+17 | |
2011-04-21 | Buttoning up model loader tests. | Greg Aker | 1 | -19/+20 | |
2011-04-21 | Swap from assertEquals(FALSE, x) to just assertFalse(). Silly Greg. | Greg Aker | 1 | -1/+1 | |
2011-04-21 | Working on tests in the loader. Have generic model mocking working with ↵ | Greg Aker | 1 | -44/+90 | |
vfsStream. | |||||
2011-04-21 | Renamed the main test class, fixing test cases. | Pascal Kriete | 3 | -24/+9 | |
2011-04-21 | Adding early bootstrap ideas for core test suite | Pascal Kriete | 3 | -0/+282 | |