Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-04 | Merge branch 'form-helper-tests' of https://github.com/tiyowan/CodeIgniter ↵ | Phil Sturgeon | 1 | -0/+252 | |
into form-helper-tests | |||||
2012-03-28 | Remove include or require declaration from all helpers test | Taufan Aditya | 13 | -46/+62 | |
2012-03-16 | Add unit tests for form_helper.php | tiyowan | 1 | -0/+252 | |
* Does not test form_open() and form_open_multipart() * Does not test set_value(), set_select(), set_checkbox() and set_radio() * Above are in progress and will be added once certain issues are resolved | |||||
2012-03-16 | Add unit test for strip_slashes() in string_helper.php | tiyowan | 1 | -0/+15 | |
2012-03-15 | Change unit tests to provide one hundred percent code coverage | Hamza Bhatti | 1 | -2/+4 | |
- Add value to test is_countable() conditional in test_singular() - Add value to test is_countable() conditional in test_plural() | |||||
2012-03-14 | Add fix for Windows OS | Hamza Bhatti | 1 | -1/+1 | |
2012-03-12 | Add unit tests for path helper | Hamza Bhatti | 1 | -0/+29 | |
2012-03-11 | Add unit tests for directory helper | Hamza Bhatti | 1 | -0/+42 | |
2012-03-10 | Fix incomplete and skipped test | Taufan Aditya | 2 | -12/+50 | |
2011-11-27 | Added unit test to confirm pull request #675 | Eric Barnes | 1 | -0/+15 | |
2011-11-27 | Added prep_url and auto_link tests | Eric Barnes | 1 | -0/+23 | |
2011-11-27 | Added tests for removing extra dashes in url title. | Eric Barnes | 1 | -2/+14 | |
2011-11-27 | Added tests for new increment_string | Eric Barnes | 1 | -27/+38 | |
2011-08-21 | Adding url_helper unit test file. GO! | Greg Aker | 1 | -0/+22 | |
2011-08-21 | ignoring a test in the inflector test. | Greg Aker | 1 | -0/+4 | |
2011-08-21 | Fixing errors in date helper tests. | Greg Aker | 1 | -4/+6 | |
2011-08-20 | Updating error in html_helper test_Ul | Greg Aker | 1 | -1/+1 | |
2011-07-13 | Fixed some small issues in the date tests. | Eric Barnes | 1 | -2/+2 | |
2011-05-04 | Added unit tests for date helper. | Eric Barnes | 1 | -0/+240 | |
2011-05-04 | Added unit tests for number helper. | Eric Barnes | 1 | -3/+68 | |
2011-04-22 | Initial commit of file helper tests. | Greg Aker | 1 | -0/+157 | |
2011-04-22 | Reworked unit tests to match rest of framework and added a few more. | Eric Barnes | 8 | -35/+97 | |
2011-04-21 | Updating helper test classes to extend CI_TestCase | Greg Aker | 5 | -5/+5 | |
2011-04-21 | Adding string helper and inflector helper tests | Greg Aker | 2 | -0/+208 | |
2011-04-21 | Adding text_helper_test | Greg Aker | 1 | -0/+151 | |
2011-04-21 | Moving tests/codeigniter/helpers/Array_helper_test.php to be lower cased. | Greg Aker | 2 | -0/+67 | |
Adding html_helper_test.php as well. | |||||
2011-04-21 | Adding early bootstrap ideas for core test suite | Pascal Kriete | 1 | -0/+49 | |