summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/helpers/html_helper_test.php
AgeCommit message (Collapse)AuthorFilesLines
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.