Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-02-21 | DB_result tests seem to also depend on autoloading via the class_exists() ↵ | Andrey Andreev | 1 | -0/+0 | |
checks ... | |||||
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 | |
Added driver extension support | |||||
2012-11-25 | Replaced Mock_Core_Lang with PHPUnit mockups | dchill42 | 2 | -40/+0 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-11-25 | Added support for extending individual driver classes and driver unit tests | dchill42 | 2 | -7/+27 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
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 | |
- PDO subdrivers are isolated from each other now. - Added compatibility for pretty much all of the features, for every DB platform. - Unified the way that stuff works in general. - Fixes issue #1005. | |||||
2012-11-03 | Revert 679525d0237ac2e0a94d7b05377eb31eb3398f19 | Andrey Andreev | 1 | -2/+0 | |
It appears to break get_instance()->*_package_path*() usage which is very common. Need to figure out how to resolve this. | |||||
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 ↵ | dchill42 | 1 | -1/+2 | |
load_config_units | |||||
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 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-10-14 | Adapted DB for VFS changes and fixed Common case in Bootstrap.php | dchill42 | 3 | -3/+60 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-10-12 | Integrated vfsStream better and made paths constants VFS-based | dchill42 | 5 | -45/+233 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-10-10 | Merge branch 'develop' of github.com:/EllisLab/CodeIgniter into ↵ | dchill42 | 5 | -0/+53 | |
load_config_units | |||||
2012-10-09 | Overloaded is_cli_request in Input mock for Session test | dchill42 | 1 | -0/+10 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
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 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
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 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-08-29 | Merge branch 'develop' of github.com:/EllisLab/CodeIgniter into ↵ | dchill42 | 2 | -5/+61 | |
load_config_units | |||||
2012-08-28 | Improved VFS usage in Loader and Config units, added Loader driver test, and ↵ | dchill42 | 1 | -14/+18 | |
moved config load testing to Config unit Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-07-31 | Added Session driver library unit tests and added driver library autoloading ↵ | dchill42 | 2 | -5/+61 | |
to test framework | |||||
2012-06-28 | Merge branch 'develop' of github.com:EllisLab/CodeIgniter into ↵ | Andrey Andreev | 1 | -3/+8 | |
feature/db_subdrivers | |||||
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 ↵ | Andrey Andreev | 1 | -1/+1 | |
initialization) | |||||
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 ↵ | Taufan Aditya | 1 | -0/+0 | |
statement would need to add ESCAPE clause for database(s) other than mysql | |||||
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 | |
2012-05-15 | Comment block for explanation | Taufan Aditya | 1 | -0/+3 | |
2012-05-15 | Security Code coverage | Taufan Aditya | 2 | -1/+28 | |
2012-05-15 | Clean up autoloader annotation | Taufan Aditya | 1 | -1/+0 | |