Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-04-06 | Typo | Taufan Aditya | 1 | -1/+1 | |
2012-04-06 | Remove batch test from sqlite | Taufan Aditya | 1 | -7/+13 | |
2012-04-06 | Check the insert result | Taufan Aditya | 1 | -0/+11 | |
2012-04-06 | Add truncate | Taufan Aditya | 1 | -0/+4 | |
2012-04-06 | Insert test | Taufan Aditya | 1 | -4/+3 | |
2012-04-06 | Include insert test | Taufan Aditya | 1 | -0/+47 | |
2012-04-05 | Rename to db, for more familiar naming convention | Taufan Aditya | 2 | -25/+21 | |
2012-04-05 | Min, Max, Avg and Sum | Taufan Aditya | 1 | -0/+60 | |
2012-04-05 | Add select clause test | Taufan Aditya | 3 | -19/+104 | |
2012-04-04 | Merge remote-tracking branch 'upstream/develop' into db-tests | Taufan Aditya | 1 | -0/+252 | |
2012-04-04 | Fixed schema | Taufan Aditya | 1 | -1/+1 | |
2012-04-04 | Resolve postgres issue on create table | Taufan Aditya | 1 | -3/+2 | |
2012-04-04 | Fix postgre table datatype | Taufan Aditya | 1 | -3/+3 | |
2012-04-04 | Use more user-friendly method for dummy create data | Taufan Aditya | 1 | -10/+3 | |
2012-04-04 | Add dsn to pgsql | Taufan Aditya | 2 | -3/+3 | |
2012-04-04 | Simple query builder tests | Taufan Aditya | 3 | -0/+123 | |
2012-04-04 | Adding schema and initial Query Builder code coverage | Taufan Aditya | 6 | -6/+6 | |
2012-04-04 | Add branch to travis list | Taufan Aditya | 1 | -1/+1 | |
2012-04-04 | Fix sqlite issue on PHP 5.4 both for native and PDO driver | Taufan Aditya | 3 | -14/+19 | |
2012-04-04 | DB Drivers test | Taufan Aditya | 10 | -2/+158 | |
2012-04-04 | Set up PDO constant and configuration | Taufan Aditya | 7 | -7/+102 | |
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-04 | Include PDO code coverage, remove unnecessary line on phpunit xml | Taufan Aditya | 6 | -15/+96 | |
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 | |