summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/core/Config_test.php
AgeCommit message (Collapse)AuthorFilesLines
2016-12-01Remove tests broken by the func removals from last few commitsAndrey Andreev1-8/+1
2016-04-28Fix #4605Andrey Andreev1-0/+2
2015-10-31Prevent Host header injectionsAndrey Andreev1-30/+17
2014-12-16Fix #3419Andrey Andreev1-4/+9
2014-10-10Fix Config_test::test_base_url()Andrey Andreev1-3/+8
2014-04-01Discard the unwanted changesvlakoff1-1/+7
2014-04-01Add test for "base_url" determination on server rootvlakoff1-2/+10
2014-03-31Remove test that has become unfitvlakoff1-7/+1
2014-02-11Some other small writing consistency fixesdarwinel1-1/+1
As described in the Style guide. Found after some grep’ing.
2013-07-25Uniformize slash_item() with item()vlakoff1-1/+1
2013-07-25Adjustments to the previous commitvlakoff1-4/+4
2013-01-03Replaced array_push function reference with a faster ordinary element ↵and-ers1-1/+1
insertion method
2012-10-27Docblock improvements to the Config library and remove ↵Andrey Andreev1-23/+2
CI_Config::_assign_to_config() Existance of _assign_to_config() is pointless as this method consists just of a foreach calling CI_Config::set_item() and is only called by CodeIgniter.php - moved that foreach() in there instead.
2012-10-21Raised CI_Config test coverage to 100%dchill421-39/+158
Signed-off-by: dchill42 <dchill42@gmail.com>
2012-10-15Adapted Config load test to VFS APPPATHdchill421-14/+6
Signed-off-by: dchill42 <dchill42@gmail.com>
2012-08-28Improved VFS usage in Loader and Config units, added Loader driver test, and ↵dchill421-1/+51
moved config load testing to Config unit Signed-off-by: dchill42 <dchill42@gmail.com>
2012-06-09Cleanup/optimize tests/codeigniter/Andrey Andreev1-19/+19
2011-08-29Removed beginning slash in expected for site_url.Eric Barnes1-4/+4
2011-04-22Reworked unit tests to match rest of framework and added a few more.Eric Barnes1-6/+6
2011-04-21Renamed the main test class, fixing test cases.Pascal Kriete1-20/+6
2011-04-21Adding early bootstrap ideas for core test suitePascal Kriete1-0/+107