summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/helpers
AgeCommit message (Expand)AuthorFilesLines
2015-01-21Remove closing blocks at end of PHP filesvlakoff4-8/+0
2014-02-17[ci skip] Minor tests adjustmentsAndrey Andreev5-33/+36
2014-02-17Enable write_file() testAndrey Andreev1-39/+35
2014-01-07Update Text helper highlight_phrase() tests and add one for custom tagsAndrey Andreev1-5/+7
2013-07-19Simplify directory_map test skipvlakoff1-1/+1
2013-07-19Proper directory_map test skipvlakoff1-2/+2
2013-07-19[ci skip] Skip directory_map() test when opendir() fails to open a VFS dirAndrey Andreev1-0/+7
2013-07-19Fix an argument in test_directory_helpervlakoff1-1/+1
2013-07-19Fix test_directory_mapvlakoff1-4/+6
2013-02-19Fix form_upload() testAndrey Andreev1-1/+1
2013-01-28Fix auto_link() for the Nth timeAndrey Andreev1-5/+6
2012-12-03[ci skip] Cleaned some spacesAndrey Andreev4-3/+2
2012-11-26Update Language helper test caseAndrey Andreev1-1/+1
2012-11-25Replaced Mock_Core_Lang with PHPUnit mockupsdchill421-1/+3
2012-11-06directory_map() ... the final oneAndrey Andreev1-1/+1
2012-11-06Fix directory_map() testsAndrey Andreev1-3/+3
2012-11-01Fix issue #1953 (form values being escaped twice)Andrey Andreev1-0/+15
2012-10-26Deprecated form helper function form_prep().Andrey Andreev1-7/+32
2012-10-21Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into load_con...dchill426-0/+159
2012-10-19Manually apply an improved version of PR #1797 (auto_link() URL helper)Andrey Andreev1-0/+2
2012-10-18Marked tests that can't easily be tests as skippedAlex Bilbie3-4/+4
2012-10-16Added security helper unit testAlex Bilbie1-0/+64
2012-10-16Added language helper unit testAlex Bilbie1-0/+14
2012-10-16Added download helper testAlex Bilbie1-0/+10
2012-10-16Added captcha helper testAlex Bilbie1-0/+10
2012-10-16Cookie helper testsuiteAlex Bilbie1-0/+59
2012-10-12Integrated vfsStream better and made paths constants VFS-baseddchill424-18/+10
2012-10-05Add unit testAndrey Andreev1-0/+23
2012-09-13directory_map() was skipping files and directories named "0"vlakoff1-1/+3
2012-07-28Adding optional attributes as array or object for html helperEric Barnes1-1/+16
2012-07-04Optimize standard_date()Andrey Andreev1-10/+10
2012-07-02Fix standard_date() testsAndrey Andreev1-4/+4
2012-06-20Fix issue #1510Andrey Andreev1-4/+2
2012-06-16Fix local_to_gmt()Andrey Andreev1-3/+3
2012-06-14Some optimizations to the date helper testsAndrey Andreev1-4/+4
2012-06-14test_now_gmt() -> test_now_utc()Andrey Andreev1-5/+4
2012-06-14Alter now() testsAndrey Andreev1-0/+12
2012-06-09Cleanup/optimize tests/codeigniter/Andrey Andreev1-1/+1
2012-06-09Cleanup and optimize helper tests for speedAndrey Andreev14-319/+317
2012-06-09Modified date helper tests for better accuracyAndrey Andreev1-7/+4
2012-06-06remove regex in favor of strposJoffrey Jaffeux1-2/+1
2012-06-06correction of the test and longer test stringJoffrey Jaffeux1-3/+3
2012-06-06typo word_wraped -> word_wrappedJoffrey Jaffeux1-4/+4
2012-06-06add test for word_wrap default charlimJoffrey Jaffeux1-2/+11
2012-06-06test for word_wrap()Joffrey Jaffeux1-0/+8
2012-06-06change ellipsizing to ellipsizeJoffrey Jaffeux1-1/+1
2012-04-04Merge branch 'form-helper-tests' of https://github.com/tiyowan/CodeIgniter in...Phil Sturgeon1-0/+252
2012-03-28Remove include or require declaration from all helpers testTaufan Aditya13-46/+62
2012-03-16Add unit tests for form_helper.phptiyowan1-0/+252
2012-03-16Add unit test for strip_slashes() in string_helper.phptiyowan1-0/+15