Age | Commit message (Expand) | Author | Files | Lines |
2012-10-16 | Cookie helper testsuite | Alex Bilbie | 1 | -0/+59 |
2012-10-15 | Adapted Config load test to VFS APPPATH | dchill42 | 1 | -14/+6 |
2012-10-14 | Adapted DB for VFS changes and fixed Common case in Bootstrap.php | dchill42 | 4 | -4/+61 |
2012-10-12 | Integrated vfsStream better and made paths constants VFS-based | dchill42 | 19 | -223/+330 |
2012-10-10 | Merge branch 'develop' of github.com:/EllisLab/CodeIgniter into load_config_u... | dchill42 | 18 | -20/+568 |
2012-10-09 | Overloaded is_cli_request in Input mock for Session test | dchill42 | 2 | -11/+16 |
2012-10-09 | Set REMOTE_ADDR in tests | Andrey Andreev | 1 | -0/+1 |
2012-10-05 | Add unit test | Andrey Andreev | 1 | -0/+23 |
2012-10-04 | Fix escape_like_str() tests | Andrey Andreev | 1 | -2/+2 |
2012-09-14 | Merge pull request #1794 from vlakoff/develop-2 | Andrey Andreev | 1 | -1/+3 |
2012-09-13 | Set code-coverage limit scope | Taufan Aditya | 6 | -6/+6 |
2012-09-13 | directory_map() was skipping files and directories named "0" | vlakoff | 1 | -1/+3 |
2012-09-03 | Added Calendar library unit test | Alex Bilbie | 2 | -0/+229 |
2012-08-30 | Better way - autoloader uses first config path | dchill42 | 1 | -1/+0 |
2012-08-30 | Finished the final tests (except do_upload) | Alex Bilbie | 2 | -7/+46 |
2012-08-30 | Added initial upload library tests | Alex Bilbie | 1 | -0/+231 |
2012-08-30 | Added lang mock and upload mock | Alex Bilbie | 2 | -0/+18 |
2012-08-29 | Added autoloader unit test with minor supporting change in Loader | dchill42 | 2 | -0/+79 |
2012-08-29 | Merge branch 'develop' of github.com:/EllisLab/CodeIgniter into load_config_u... | dchill42 | 3 | -5/+466 |
2012-08-28 | Minor session test improvements | dchill42 | 1 | -65/+117 |
2012-08-28 | Improved VFS usage in Loader and Config units, added Loader driver test, and ... | dchill42 | 3 | -59/+312 |
2012-07-31 | Coding standard cleanup and added userdata resync on sess_regenerate() | dchill42 | 1 | -12/+61 |
2012-07-31 | Merge branch 'develop' of github.com:/EllisLab/CodeIgniter into session | dchill42 | 2 | -1/+47 |
2012-07-31 | Added Session driver library unit tests and added driver library autoloading ... | dchill42 | 3 | -5/+365 |
2012-07-29 | Adding a common stringify_attributes function for dealing with attributes thr... | Eric Barnes | 1 | -0/+31 |
2012-07-28 | Adding optional attributes as array or object for html helper | Eric Barnes | 1 | -1/+16 |
2012-07-08 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/db_sub... | Andrey Andreev | 1 | -0/+20 |
2012-07-06 | Fix a join() test ... doh | Andrey Andreev | 1 | -1/+1 |
2012-07-06 | Fix a few join() bugs | Andrey Andreev | 1 | -0/+20 |
2012-07-05 | Merge upstream branch | Andrey Andreev | 1 | -10/+10 |
2012-07-04 | Optimize standard_date() | Andrey Andreev | 1 | -10/+10 |
2012-07-02 | Fix standard_date() tests | Andrey Andreev | 1 | -4/+4 |
2012-06-28 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/db_sub... | Andrey Andreev | 2 | -4/+9 |
2012-06-26 | Merge pull request #1539 from toopay/test-suite | Andrey Andreev | 1 | -3/+8 |
2012-06-26 | Comply styleguide | Taufan Aditya | 1 | -1/+1 |
2012-06-26 | Fix get_where() test | Andrey Andreev | 1 | -1/+1 |
2012-06-26 | Allow extra SPL autoloader | Taufan Aditya | 1 | -4/+9 |
2012-06-26 | Alter test pdo/mysql config | Andrey Andreev | 1 | -1/+1 |
2012-06-25 | Work-around for a failover test (currently DSNs are only built on class initi... | Andrey Andreev | 1 | -1/+1 |
2012-06-23 | Rename pdodriver property to subdriver and make it available to all drivers | Andrey Andreev | 4 | -13/+13 |
2012-06-20 | Fix issue #1510 | Andrey Andreev | 1 | -4/+2 |
2012-06-16 | Fix local_to_gmt() | Andrey Andreev | 1 | -3/+3 |
2012-06-14 | Some optimizations to the date helper tests | Andrey Andreev | 1 | -4/+4 |
2012-06-14 | test_now_gmt() -> test_now_utc() | Andrey Andreev | 1 | -5/+4 |
2012-06-14 | Alter now() tests | Andrey Andreev | 1 | -0/+12 |
2012-06-14 | Comment out _set_uri_string() test as it is no longer callable from outside t... | Andrey Andreev | 1 | -0/+5 |
2012-06-10 | Revert a change in tests/mocks/core/common.php | Andrey Andreev | 1 | -1/+2 |
2012-06-10 | Revert a change in tests/mocks/core/common.php | Andrey Andreev | 1 | -1/+2 |
2012-06-09 | Cleanup/optimize tests/mocks/ | Andrey Andreev | 24 | -184/+180 |
2012-06-09 | Cleanup/optimize tests/codeigniter/ | Andrey Andreev | 30 | -593/+463 |