summaryrefslogtreecommitdiffstats
path: root/tests/Bootstrap.php
AgeCommit message (Expand)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(), array_replace_re...Andrey Andreev1-0/+1
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
2014-02-12Move mbstring/iconv configuration and MB_ENABLED, ICONV_ENABLED out of CI_Utf...Andrey Andreev1-0/+23
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
2012-10-12Integrated vfsStream better and made paths constants VFS-baseddchill421-4/+10
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 o...Taufan Aditya1-3/+8
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
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