Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-02-18 | Add an ext/hash compatibility layer (just hash_pbkdf2(), for now) | Andrey Andreev | 1 | -0/+1 | |
2014-02-13 | Introducing compatibility layers | Andrey Andreev | 1 | -0/+3 | |
- Limited support for mbstring (mb_strlen(), mb_strpos(), mb_substr() only) via iconv. Falls back to regular strlen(), strpos(), substr() if iconv is not available. - Password hashing, dependant on CRYPT_BLOWFISH (2y version, available since PHP 5.3.7) availability. | |||||
2014-02-12 | Move mbstring/iconv configuration and MB_ENABLED, ICONV_ENABLED out of ↵ | Andrey Andreev | 1 | -0/+23 | |
CI_Utf8::__construct() Also, use mb_substitute_character() instead of ini_set() | |||||
2013-01-28 | Add ENVIRONMENT constant to unit tests | Andrey Andreev | 1 | -0/+1 | |
2012-10-14 | Adapted DB for VFS changes and fixed Common case in Bootstrap.php | dchill42 | 1 | -1/+1 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-10-12 | Integrated vfsStream better and made paths constants VFS-based | dchill42 | 1 | -4/+10 | |
Signed-off-by: dchill42 <dchill42@gmail.com> | |||||
2012-10-09 | Set REMOTE_ADDR in tests | Andrey Andreev | 1 | -0/+1 | |
2012-05-26 | Allowing main constants defined via phpunit config or other bootstraper | Taufan Aditya | 1 | -4/+4 | |
2012-05-24 | Escape like tests, #136 verification | Taufan Aditya | 1 | -1/+1 | |
2012-05-24 | Backward compatibility, in case someone already has vfsStream in their PEAR ↵ | Taufan Aditya | 1 | -3/+8 | |
or other include_path | |||||
2012-05-24 | Global class aliasing, at least until namespace introduced into further release | Taufan Aditya | 1 | -2/+5 | |
2012-05-24 | get vfsStream via composer if its PEAR package not exists | Taufan Aditya | 1 | -1/+10 | |
2012-03-28 | Adding core and libraries mock classes | Taufan Aditya | 1 | -0/+1 | |
2012-03-28 | Adding autoloader and mocks directory | Taufan Aditya | 1 | -4/+3 | |
2012-03-10 | Fix incomplete and skipped test | Taufan Aditya | 1 | -0/+1 | |
2012-03-09 | Add tiyowan suggestion #1147 | Taufan Aditya | 1 | -10/+0 | |
2012-02-17 | temporary commenting PHP_CodeCoverage_Filter::get_instance() | Taufan Aditya | 1 | -4/+4 | |
2011-04-22 | Updates to test Bootstrap | Greg Aker | 1 | -1/+3 | |
2011-04-21 | Moving tests/codeigniter/helpers/Array_helper_test.php to be lower cased. | Greg Aker | 1 | -0/+8 | |
Adding html_helper_test.php as well. | |||||
2011-04-21 | some basic bootstrap cleanup | Pascal Kriete | 1 | -4/+11 | |
2011-04-21 | Removing some lefover code form experimenting with process isolation. | Pascal Kriete | 1 | -11/+3 | |
2011-04-21 | Adding early bootstrap ideas for core test suite | Pascal Kriete | 1 | -0/+21 | |