summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/core/Output_test.php
AgeCommit message (Collapse)AuthorFilesLines
2013-02-21CI_Output [set/append/get]_output() testsAndrey Andreev1-0/+35
2012-12-28Update CI_Output::get_header() testAndrey Andreev1-2/+2
2012-11-29Fix #2041Andrey Andreev1-1/+3
2012-11-29Added CI_Output::get_header()Andrey Andreev1-0/+35
(an improved version of PR #645) Also fixed get_content_type() to only return the MIME value and created Output library unit tests for both of these methods.