summaryrefslogtreecommitdiffstats
path: root/tests/Bootstrap.php
AgeCommit message (Collapse)AuthorFilesLines
2016-07-28Remove dead code written for PHP 5.2Andrey Andreev1-6/+0
2015-01-12These test failures make no sense at allAndrey Andreev1-1/+5
2015-01-125.2 tests appear to not have enough memoryAndrey Andreev1-0/+1
2014-07-07Fix a few typos and add a backport (compat) for hex2bin()Andrey Andreev1-1/+1
2014-05-09Suppress PHP 5.6 E_DEPRECATED warnings for mbstring.internal_encoding as wellAndrey Andreev1-1/+1
2014-05-09Fix PHP 5.6 charset-related warnings in testsAndrey Andreev1-2/+5
2014-02-19Add compatibility layer for array_column(), array_replace(), ↵Andrey Andreev1-0/+1
array_replace_recursive()
2014-02-18Add an ext/hash compatibility layer (just hash_pbkdf2(), for now)Andrey Andreev1-0/+1
2014-02-13Introducing compatibility layersAndrey Andreev1-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-12Move mbstring/iconv configuration and MB_ENABLED, ICONV_ENABLED out of ↵Andrey Andreev1-0/+23
CI_Utf8::__construct() Also, use mb_substitute_character() instead of ini_set()
2013-01-28Add ENVIRONMENT constant to unit testsAndrey Andreev1-0/+1
2012-10-14Adapted DB for VFS changes and fixed Common case in Bootstrap.phpdchill421-1/+1
Signed-off-by: dchill42 <dchill42@gmail.com>
2012-10-12Integrated vfsStream better and made paths constants VFS-baseddchill421-4/+10
Signed-off-by: dchill42 <dchill42@gmail.com>
2012-10-09Set REMOTE_ADDR in testsAndrey Andreev1-0/+1
2012-05-26Allowing main constants defined via phpunit config or other bootstraperTaufan Aditya1-4/+4
2012-05-24Escape like tests, #136 verificationTaufan Aditya1-1/+1
2012-05-24Backward compatibility, in case someone already has vfsStream in their PEAR ↵Taufan Aditya1-3/+8
or other include_path
2012-05-24Global class aliasing, at least until namespace introduced into further releaseTaufan Aditya1-2/+5
2012-05-24get vfsStream via composer if its PEAR package not existsTaufan Aditya1-1/+10
2012-03-28Adding core and libraries mock classesTaufan Aditya1-0/+1
2012-03-28Adding autoloader and mocks directoryTaufan Aditya1-4/+3
2012-03-10Fix incomplete and skipped testTaufan Aditya1-0/+1
2012-03-09Add tiyowan suggestion #1147Taufan Aditya1-10/+0
2012-02-17temporary commenting PHP_CodeCoverage_Filter::get_instance()Taufan Aditya1-4/+4
2011-04-22Updates to test BootstrapGreg Aker1-1/+3
2011-04-21Moving tests/codeigniter/helpers/Array_helper_test.php to be lower cased.Greg Aker1-0/+8
Adding html_helper_test.php as well.
2011-04-21some basic bootstrap cleanupPascal Kriete1-4/+11
2011-04-21Removing some lefover code form experimenting with process isolation.Pascal Kriete1-11/+3
2011-04-21Adding early bootstrap ideas for core test suitePascal Kriete1-0/+21