summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/helpers/html_helper_test.php
AgeCommit message (Collapse)AuthorFilesLines
2017-03-24Merge branch '3.1-stable' into developAndrey Andreev1-0/+14
Conflicts resolved: system/core/CodeIgniter.php system/core/Common.php system/core/Input.php system/helpers/cookie_helper.php tests/codeigniter/helpers/html_helper_test.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst user_guide_src/source/libraries/input.rst
2017-03-06Fix #5044; add unit tests for img() HTML helperAndrey Andreev1-1/+15
2016-12-01Remove previously deprecated HTML helper functions br(), nbs()Andrey Andreev1-15/+1
2016-01-11Polish changes from PR #4269Andrey Andreev1-12/+20
2015-12-01Modified as asked after pull request:Sébastien Adam1-1/+5
* comment of meta fuction adapted * alignments in meta fuction adapted * using '===' comparator in meta function * changing back the example of the meta function help * changing back the default value of the doctype function Also changing test unit to reflect the modification of the meta function (original tests not modified).
2012-12-03[ci skip] Cleaned some spacesAndrey Andreev1-0/+1
2012-07-28Adding optional attributes as array or object for html helperEric Barnes1-1/+16
2012-06-09Cleanup and optimize helper tests for speedAndrey Andreev1-16/+12
2012-03-28Remove include or require declaration from all helpers testTaufan Aditya1-3/+5
2011-08-20Updating error in html_helper test_UlGreg Aker1-1/+1
2011-04-22Reworked unit tests to match rest of framework and added a few more.Eric Barnes1-4/+15
2011-04-21Updating helper test classes to extend CI_TestCaseGreg Aker1-1/+1
2011-04-21Moving tests/codeigniter/helpers/Array_helper_test.php to be lower cased.Greg Aker1-0/+67
Adding html_helper_test.php as well.