summaryrefslogtreecommitdiffstats
path: root/tests/codeigniter/libraries/Form_validation_test.php
AgeCommit message (Expand)AuthorFilesLines
2017-06-19[ci skip] Fix a bug in FV valid_email()Andrey Andreev1-1/+1
2016-08-10Add changelog entry and a test case for #4758Andrey Andreev1-0/+3
2016-08-10Use getMockBuilder() in PHPUnit instead of the deprecated getMock()Andrey Andreev1-2/+2
2016-05-25Fix #4639Andrey Andreev1-2/+13
2016-05-17Fix #4633Andrey Andreev1-1/+1
2016-03-12Fix #4516Andrey Andreev1-0/+10
2016-01-30Fix #4415 and add unit tests for https://bugs.php.net/bug.php?id=51192Andrey Andreev1-0/+7
2016-01-11Alter a valid URL testAndrey Andreev1-1/+1
2015-04-01[ci skip] Whitespace cleanup following PR #3716Andrey Andreev1-29/+29
2015-04-01Style changes and variable name changesDavid Woods1-22/+21
2015-03-30Fix for parsing error in PHP 5.2 and 5.3David Woods1-1/+2
2015-03-30Corrected unit tests for set_select, set_radio, and set_checkboxDavid Woods1-32/+27
2015-03-30Added more unit tests to CI_Form_validationDavid Woods1-0/+147
2015-03-28Added more units tests for Form_validationDavid Woods1-2/+108
2015-03-26Polish changes from PR #3678Andrey Andreev1-91/+63
2015-03-22Corrected invalid matches, differs, and set_data test casesDavid Woods1-34/+61
2015-03-21Changed scenario based tests to unit testsDavid Woods1-148/+175
2015-03-18Switched spaces to tabs on the few lines that were missed from previous refac...David Woods1-7/+7
2015-03-18Fixed bug of clearing POST array before every test.David Woods1-12/+14
2015-03-18Corrected incorrect assertion in test_rule_valid_base64David Woods1-1/+1
2015-03-18Corrected match, differs, base64, and valid_url test cases.David Woods1-307/+310
2015-03-17Corrected an invalid test caseDavid Woods1-2/+2
2015-03-17Reformatted unit tests for easier debuggingDavid Woods1-114/+265
2015-03-17Fixed bugs in form_validation for methods matches, differs, and valid_base64.David Woods1-4/+132
2015-03-17Created setup and construct for Form_Validation unit testDavid Woods1-0/+35