Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-02-12 | [ci skip] Indentation fix | Andrey Andreev | 1 | -1/+1 | |
2014-02-04 | CI_Encryption: Fix some errors and add unit tests for hkdf() | Andrey Andreev | 1 | -15/+38 | |
2014-01-13 | Don't throw in mock autoloader | Fred Emmott | 1 | -15/+1 | |
This behavior doesn't appear to be used at all. This fixes HHVM compatibility: HHVM optimizes class_exists() to a dedicated bytecode - as it's not a function call, it doesn't show up in the backtrace. 100% of the tests pass with this change. | |||||
2012-11-09 | Move Log class to core in tests as well | Andrey Andreev | 1 | -6/+5 | |
2012-11-02 | Some micro-optimizations | Andrey Andreev | 1 | -5/+3 | |
2012-10-14 | Adapted DB for VFS changes and fixed Common case in Bootstrap.php | dchill42 | 1 | -1/+7 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-10-12 | Integrated vfsStream better and made paths constants VFS-based | dchill42 | 1 | -6/+6 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-07-31 | Added Session driver library unit tests and added driver library autoloading ↵ | dchill42 | 1 | -5/+18 | |
to test framework | |||||
2012-06-26 | Comply styleguide | Taufan Aditya | 1 | -1/+1 | |
2012-06-26 | Allow extra SPL autoloader | Taufan Aditya | 1 | -4/+9 | |
2012-06-09 | Cleanup/optimize tests/mocks/ | Andrey Andreev | 1 | -2/+2 | |
2012-06-04 | Alter SQLite3's version() method and clear some spaces | Andrey Andreev | 1 | -4/+4 | |
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /tests | Alex Bilbie | 1 | -3/+3 | |
2012-05-27 | Continuation for Security and Table code-coverage, add coverage report to travis | Taufan Aditya | 1 | -2/+2 | |
2012-05-15 | Clean up autoloader annotation | Taufan Aditya | 1 | -1/+0 | |
2012-04-04 | Adding schema and initial Query Builder code coverage | Taufan Aditya | 1 | -2/+2 | |
2012-04-04 | DB Drivers test | Taufan Aditya | 1 | -2/+13 | |
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 | 1 | -2/+1 | |
2012-03-28 | Adding core and libraries mock classes | Taufan Aditya | 1 | -8/+56 | |
2012-03-28 | Adding autoloader and mocks directory | Taufan Aditya | 1 | -0/+33 | |