summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2015-09-11Harden xss_clean() moreAndrey Andreev1-2/+7
2015-09-11Improve on previous commitAndrey Andreev1-0/+5
2015-09-11Replace the latest XSS patchesAndrey Andreev1-1/+6
2015-09-10Last commit didn't adjust a RE indexAndrey Andreev1-0/+5
2015-09-10Fix & extend 700619cebf75c4e4fcda6a2d7bea1afb84a029e4Andrey Andreev1-4/+4
2015-09-10Fix a broken unit test from 700619cebf75c4e4fcda6a2d7bea1afb84a029e4Andrey Andreev1-1/+1
2015-09-10Fix #4106Andrey Andreev1-0/+8
2015-09-01Fix #4093Andrey Andreev1-0/+8
2015-08-03[ci skip] Normalize tabs/spacesAndrey Andreev3-7/+8
2015-07-22Fix testcases broken by b63dc1904e4f34cb48d7dce80155172c6e94d777Andrey Andreev1-2/+2
2015-07-20Fixed typoCalvin Tam1-1/+1
2015-04-14Add test for email address with subdomainBrett Santore1-0/+1
2015-04-01[ci skip] Whitespace cleanup following PR #3716Andrey Andreev1-29/+29
2015-04-01Merge pull request #3716 from djwoods/form_validation_testsAndrey Andreev1-1/+249
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-30[ci skip] Whitespace cleanup following PRs #3713 #3714Andrey Andreev2-16/+15
2015-03-30Merge pull request #3713 from ahnh/UnitTest_Lang_testAndrey Andreev1-0/+26
2015-03-30changed to lowercase array.Heesung Ahn1-1/+1
2015-03-30changed to lowercase array and space.Heesung Ahn1-3/+3
2015-03-30updated array style and removed assert trueHeesung Ahn1-2/+5
2015-03-30added spacesHeesung Ahn1-1/+1
2015-03-30Added more unit tests to CI_Form_validationDavid Woods1-0/+147
2015-03-29Improved unit test code coverage.Heesung Ahn1-0/+46
2015-03-29removed spaceHeesung Ahn1-1/+1
2015-03-29Increased code coverageHeesung Ahn1-1/+24
2015-03-28Added more units tests for Form_validationDavid Woods1-2/+108
2015-03-26Remove an unnecessary checkAndrey Andreev1-2/+1
2015-03-26Add FSCommand and seekSegmentTime to evil HTML attributes listAndrey Andreev1-0/+2
2015-03-26Polish changes from PR #3678Andrey Andreev1-91/+63
2015-03-26Merge pull request #3678 from djwoods/unit-test/form-validationAndrey Andreev1-0/+373
2015-03-22Corrected invalid matches, differs, and set_data test casesDavid Woods1-34/+61
2015-03-21[ci skip] Whitespace cleanup following PR #3682Andrey Andreev1-20/+20
2015-03-21Changed scenario based tests to unit testsDavid Woods1-148/+175
2015-03-20updated based on commentHeesung Ahn1-2/+2
2015-03-19updated based on commentHeesung Ahn1-2/+1
2015-03-19minor updateHeesung Ahn1-2/+3
2015-03-18Updated CI_Input unit test and fixed error "undefined offset" caused by using...Heesung Ahn1-5/+56
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-18Polish some recent changes in test casesAndrey Andreev2-16/+14
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
2015-03-17Updated fetch_from_array unit testHeesung Ahn1-0/+9
2015-03-10Fixed indentationHeesung Ahn1-66/+65