summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/helpers
AgeCommit message (Collapse)AuthorFilesLines
2019-01-08[ci skip] Close #5482Andrey Andreev1-1/+1
2017-12-20Merge pull request #5354 from carusogabriel/refactoring-testsAndrey Andreev1-4/+4
Refactoring tests Conflicts resolved: tests/codeigniter/core/Utf8_test.php tests/codeigniter/database/query_builder/group_test.php tests/codeigniter/libraries/Form_validation_test.php
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
Spelling fixes in comment blocks and docs
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
* added the needed trailing backslash * use is_dir() instead of opendir() as it doesn't throw error on failure
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
See #2475 and point 2 of #2334
2013-02-19Fix form_upload() testAndrey Andreev1-1/+1
2013-01-28Fix auto_link() for the Nth timeAndrey Andreev1-5/+6
- anchor() is for local links and breaks ones that don't have a protocol prefix - Allow :// links (no actual protocol specified) - Further simplified the URL regular expression
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
Signed-off-by: dchill42 <dchill42@gmail.com>
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
Re-instaing an improved form_prep() function, reverting most of the changes from 74ffd17ab06327ca62ddfe28a186cae7ba6bd459.
2012-10-26Deprecated form helper function form_prep().Andrey Andreev1-7/+32
This function has been broken for YEARS and it's value-caching logic has only introduced various problems. We have html_escape() since CI 2.1.0 which is a perfect replacement, so it should be used instead. Fixes #228 & #1630
2012-10-21Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into ↵dchill426-0/+159
load_config_units
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
Signed-off-by: Alex Bilbie <alex@alexbilbie.com>
2012-10-16Added security helper unit testAlex Bilbie1-0/+64
Signed-off-by: Alex Bilbie <alex@alexbilbie.com>
2012-10-16Added language helper unit testAlex Bilbie1-0/+14
Signed-off-by: Alex Bilbie <alex@alexbilbie.com>
2012-10-16Added download helper testAlex Bilbie1-0/+10
Note, test isn't implemented Signed-off-by: Alex Bilbie <alex@alexbilbie.com>
2012-10-16Added captcha helper testAlex Bilbie1-0/+10
Note, test isn't implemented Signed-off-by: Alex Bilbie <alex@alexbilbie.com>
2012-10-16Cookie helper testsuiteAlex Bilbie1-0/+59
2012-10-12Integrated vfsStream better and made paths constants VFS-baseddchill424-18/+10
Signed-off-by: dchill42 <dchill42@gmail.com>
2012-10-05Add unit testAndrey Andreev1-0/+23
2012-09-13directory_map() was skipping files and directories named "0"vlakoff1-1/+3
Close #1757. Thanks @BennyC!
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