summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/helpers
AgeCommit message (Expand)AuthorFilesLines
2017-12-20Merge pull request #5354 from carusogabriel/refactoring-testsAndrey Andreev1-4/+4
2017-11-10Fix #5331Andrey Andreev1-0/+9
2017-09-29Add testcase and changelog entry for #5278Andrey Andreev1-2/+3
2017-03-06Fix #5044; add unit tests for img() HTML helperAndrey Andreev1-1/+15
2017-01-17[ci skip] Merge pull request #4986 from ka7/feature/spellingAndrey Andreev1-1/+1
2016-11-23Fix #4917Andrey Andreev1-0/+8
2016-08-10Use getMockBuilder() in PHPUnit instead of the deprecated getMock()Andrey Andreev3-6/+6
2015-04-14Add test for email address with subdomainBrett Santore1-0/+1
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