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-04-03 | Alter SQLite tests config to use the sqlite3 driver under PHP 5.4+ | Andrey Andreev | 1 | -4/+5 | |
2012-03-30 | Configation based by environment constant, due Database test implementation ↵ | Taufan Aditya | 1 | -33/+0 | |
accross drivers | |||||
2012-03-30 | Multi database setup | Taufan Aditya | 10 | -18/+261 | |
2012-03-28 | Add schema folder | Taufan Aditya | 1 | -0/+0 | |
2012-03-28 | Travis setup and minor cleanup | Taufan Aditya | 5 | -32/+61 | |
2012-03-28 | Preliminary Database Test | Taufan Aditya | 6 | -4/+91 | |
2012-03-28 | Remove debugging line | Taufan Aditya | 1 | -1/+0 | |
2012-03-28 | Remove include or require declaration from all helpers test | Taufan Aditya | 15 | -58/+80 | |
2012-03-28 | Implementation of Mock class, remove ugly reflection class | Taufan Aditya | 1 | -32/+3 | |
2012-03-28 | Implementation of Mock class, remove ugly reflection class | Taufan Aditya | 2 | -18/+20 | |
2012-03-28 | Adding core and libraries mock classes | Taufan Aditya | 1 | -7/+1 | |
2012-03-28 | Adding core and libraries mock classes | Taufan Aditya | 15 | -37/+79 | |
2012-03-28 | Adding autoloader and mocks directory | Taufan Aditya | 9 | -81/+99 | |
2012-03-25 | correcting PHPUnit execution error path, in Setup_test.php load file path | Reiny Júnior | 1 | -2/+1 | |
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 | 6 | -25/+116 | |
2012-03-10 | Fixed camelize. | Phil Sturgeon | 1 | -0/+38 | |
2012-03-10 | Fix test errors in Loader_test.php and URI_test.php | Hamza Bhatti | 3 | -12/+12 | |
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. | |||||
2012-03-09 | Fix issue #1148 | tiyowan | 1 | -23/+41 | |
Rewrote tests to use reflection to access protected/private functions of Table class. This fixes fatal errors that prevent the test suite from executing other tests. Signed-off-by: tiyowan <tiyowan@gmail.com> | |||||
2012-03-09 | Add tiyowan suggestion #1147 | Taufan Aditya | 1 | -10/+0 | |
2012-03-09 | Merged with latest commit | Taufan Aditya | 1 | -25/+0 | |
2012-03-04 | Merged develop and fixed conflicts. | Phil Sturgeon | 1 | -19/+0 | |
2012-02-17 | Pointed the report to EllisLab repo | Taufan Aditya | 1 | -1/+1 | |
2012-02-17 | temporary commenting PHP_CodeCoverage_Filter::get_instance() | Taufan Aditya | 1 | -4/+4 | |
2012-02-17 | PHPunit force to continue | Taufan Aditya | 1 | -1/+7 | |
2012-02-17 | vfsStream via pyrus | Taufan Aditya | 1 | -0/+2 | |
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 | Fixed accept lang test to account for boolean results. | Eric Barnes | 1 | -12/+12 | |
2011-11-27 | Added tests for new increment_string | Eric Barnes | 1 | -27/+38 | |
2011-09-22 | added missing PAT pear channel | Jeroen van der Gulik | 1 | -2/+2 | |
2011-08-29 | Removed beginning slash in expected for site_url. | Eric Barnes | 1 | -4/+4 | |
2011-08-29 | Merge pull request #331 from stephenfrank/feature/unit-tests-uri-test | Eric Barnes | 1 | -0/+344 | |
Feature/unit-tests CI_URI tests | |||||
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-08-28 | Cleaned up and converted readme to markdown format for github | Stephen | 2 | -137/+162 | |
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 | |