Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-07 | Logging functions: level parameter is not optional | vlakoff | 1 | -1/+1 | |
This parameter cannot be optional, as the following parameter is mandatory. Also completed the corresponding documentation. | |||||
2012-12-03 | [ci skip] Cleaned some spaces | Andrey Andreev | 1 | -1/+0 | |
2012-11-25 | Replaced Mock_Core_Lang with PHPUnit mockups | dchill42 | 1 | -15/+0 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-10-24 | [ci skip] style and phpdoc-related changes (rel #1295) | Andrey Andreev | 1 | -2/+2 | |
2012-10-22 | Raised CI_Loader test coverage to 93% | dchill42 | 2 | -16/+4 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-10-12 | Integrated vfsStream better and made paths constants VFS-based | dchill42 | 2 | -31/+25 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-10-10 | Merge branch 'develop' of github.com:/EllisLab/CodeIgniter into ↵ | dchill42 | 2 | -0/+25 | |
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-08-30 | Better way - autoloader uses first config path | dchill42 | 1 | -1/+0 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-08-30 | Added lang mock and upload mock | Alex Bilbie | 1 | -0/+15 | |
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-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-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 | 6 | -37/+34 | |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /tests | Alex Bilbie | 1 | -1/+1 | |
2012-05-27 | Adding more flexibilities to mock-common | Taufan Aditya | 1 | -64/+103 | |
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 | 1 | -0/+27 | |
2012-05-15 | Benchmark code-coverage | Taufan Aditya | 1 | -0/+3 | |
2012-03-28 | Adding core and libraries mock classes | Taufan Aditya | 2 | -5/+0 | |
2012-03-28 | Adding autoloader and mocks directory | Taufan Aditya | 3 | -0/+192 | |