Age | Commit message (Expand) | Author | Files | Lines |
2013-07-15 | Fix Travis tests | Andrey Andreev | 1 | -0/+2 |
2013-05-07 | Logging functions: level parameter is not optional | vlakoff | 1 | -1/+1 |
2013-03-31 | fix typo : StdClass should be stdClass | Abdul Malik Ikhsan | 1 | -1/+1 |
2013-02-21 | DB_result tests seem to also depend on autoloading via the class_exists() che... | Andrey Andreev | 1 | -0/+0 |
2013-02-21 | Fix Session tests | Andrey Andreev | 1 | -1/+3 |
2012-12-03 | [ci skip] Cleaned some spaces | Andrey Andreev | 4 | -4/+3 |
2012-11-25 | MySQLi tests | Andrey Andreev | 2 | -0/+51 |
2012-11-25 | Merge pull request #2029 from dchill42/driver_ext | Andrey Andreev | 2 | -7/+27 |
2012-11-25 | Replaced Mock_Core_Lang with PHPUnit mockups | dchill42 | 2 | -40/+0 |
2012-11-25 | Added support for extending individual driver classes and driver unit tests | dchill42 | 2 | -7/+27 |
2012-11-09 | Move Log class to core in tests as well | Andrey Andreev | 1 | -6/+5 |
2012-11-05 | Refactored DB Forge | Andrey Andreev | 2 | -3/+4 |
2012-11-03 | Revert 679525d0237ac2e0a94d7b05377eb31eb3398f19 | Andrey Andreev | 1 | -2/+0 |
2012-11-03 | Fix the bloody tests | Andrey Andreev | 1 | -0/+2 |
2012-11-02 | Some micro-optimizations | Andrey Andreev | 1 | -5/+3 |
2012-10-24 | [ci skip] style and phpdoc-related changes (rel #1295) | Andrey Andreev | 2 | -10/+10 |
2012-10-23 | Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into load_con... | dchill42 | 1 | -1/+2 |
2012-10-23 | Fix a mock db entry | Andrey Andreev | 1 | -1/+1 |
2012-10-23 | Add a test for issue #273 | Andrey Andreev | 1 | -1/+2 |
2012-10-22 | Raised CI_Loader test coverage to 93% | dchill42 | 5 | -18/+9 |
2012-10-14 | Adapted DB for VFS changes and fixed Common case in Bootstrap.php | dchill42 | 3 | -3/+60 |
2012-10-12 | Integrated vfsStream better and made paths constants VFS-based | dchill42 | 5 | -45/+233 |
2012-10-10 | Merge branch 'develop' of github.com:/EllisLab/CodeIgniter into load_config_u... | dchill42 | 5 | -0/+53 |
2012-10-09 | Overloaded is_cli_request in Input mock for Session test | dchill42 | 1 | -0/+10 |
2012-09-03 | Added Calendar library unit test | Alex Bilbie | 1 | -0/+25 |
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 | 1 | -0/+0 |
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 | 1 | -0/+9 |
2012-08-29 | Merge branch 'develop' of github.com:/EllisLab/CodeIgniter into load_config_u... | dchill42 | 2 | -5/+61 |
2012-08-28 | Improved VFS usage in Loader and Config units, added Loader driver test, and ... | dchill42 | 1 | -14/+18 |
2012-07-31 | Added Session driver library unit tests and added driver library autoloading ... | dchill42 | 2 | -5/+61 |
2012-06-28 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into feature/db_sub... | Andrey Andreev | 1 | -3/+8 |
2012-06-26 | Comply styleguide | Taufan Aditya | 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-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-07 | tests for encryption class | Joffrey Jaffeux | 1 | -0/+15 |
2012-06-04 | Alter SQLite3's version() method and clear some spaces | Andrey Andreev | 1 | -4/+4 |
2012-06-04 | Fix an SQLite3 pconnect() bug + other minor changes | Andrey Andreev | 1 | -1/+1 |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /tests | Alex Bilbie | 2 | -4/+4 |
2012-05-27 | Adding more flexibilities to mock-common | Taufan Aditya | 1 | -64/+103 |
2012-05-27 | Continuation for Security and Table code-coverage, add coverage report to travis | Taufan Aditya | 1 | -2/+2 |
2012-05-25 | Alter the escape like test, since it use raw SQL via query(), the sql stateme... | Taufan Aditya | 1 | -0/+0 |
2012-05-24 | Escape like tests, #136 verification | Taufan Aditya | 1 | -0/+21 |
2012-05-15 | Input class code-coverage | Taufan Aditya | 3 | -1/+59 |