Age | Commit message (Expand) | Author | Files | Lines |
2015-03-22 | Corrected invalid matches, differs, and set_data test cases | David Woods | 1 | -34/+61 |
2015-03-21 | Changed scenario based tests to unit tests | David Woods | 1 | -148/+175 |
2015-03-18 | Switched spaces to tabs on the few lines that were missed from previous refac... | David Woods | 1 | -7/+7 |
2015-03-18 | Fixed bug of clearing POST array before every test. | David Woods | 1 | -12/+14 |
2015-03-18 | Corrected incorrect assertion in test_rule_valid_base64 | David Woods | 1 | -1/+1 |
2015-03-18 | Corrected match, differs, base64, and valid_url test cases. | David Woods | 1 | -307/+310 |
2015-03-17 | Corrected an invalid test case | David Woods | 1 | -2/+2 |
2015-03-17 | Reformatted unit tests for easier debugging | David Woods | 1 | -114/+265 |
2015-03-17 | Fixed bugs in form_validation for methods matches, differs, and valid_base64. | David Woods | 1 | -4/+132 |
2015-03-17 | Created setup and construct for Form_Validation unit test | David Woods | 1 | -0/+35 |
2015-03-10 | Fixed indentation | Heesung Ahn | 1 | -66/+65 |
2015-03-10 | Update Security Unit test | Heesung Ahn | 1 | -18/+18 |
2015-03-10 | Update Security Unit test | Heesung Ahn | 1 | -3/+91 |
2015-03-05 | adding more img tags | Heesung Ahn | 1 | -2/+14 |
2015-03-02 | test_strip_omage_tags | Heesung Ahn | 1 | -0/+19 |
2015-02-26 | Fix .travis.yml for PHP7 and try to fix a DB test | Andrey Andreev | 1 | -1/+1 |
2015-02-19 | Revert last commit & just ignore E_DEPRECATED | Andrey Andreev | 1 | -0/+8 |
2015-02-19 | OK, finally 'fix' this test | Andrey Andreev | 1 | -13/+10 |
2015-02-19 | test_db_invalid fails too | Andrey Andreev | 1 | -6/+12 |
2015-02-19 | test_db_failover is failing after 'autoinit' removal ... | Andrey Andreev | 1 | -0/+3 |
2015-02-17 | Fix #3572: CI_Security::_remove_evil_attributes() | Andrey Andreev | 1 | -0/+12 |
2015-02-15 | [ci skip] Fix a PHP7 BC break in a test that wouldn't even run | Andrey Andreev | 1 | -1/+1 |
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 5 | -11/+0 |
2015-01-21 | Make libraries matching controller names loadable | Andrey Andreev | 1 | -8/+8 |
2015-01-12 | Merge branch 'develop' into feature/session | Andrey Andreev | 5 | -45/+37 |
2015-01-12 | Fix quoted_printable_encode() test | Andrey Andreev | 1 | -1/+5 |
2015-01-12 | Added support for running unit tests on PHP 5.2 | Dan Bernardic | 1 | -11/+12 |
2015-01-11 | Added a unit test for #3464 | Dan Bernardic | 1 | -1/+6 |
2014-12-16 | Fix #3419 | Andrey Andreev | 1 | -4/+9 |
2014-12-15 | Remove minifier test | Andrey Andreev | 1 | -10/+0 |
2014-12-05 | Fix a filter_uri() test | Andrey Andreev | 1 | -1/+2 |
2014-12-05 | Further changes related to issue #47, PR #3323 | Andrey Andreev | 1 | -17/+3 |
2014-11-11 | Fix merge conflicts | Andrey Andreev | 4 | -8/+14 |
2014-11-11 | Fixed tests | Razican | 1 | -1/+1 |
2014-11-07 | Fix #3317 ... MCrypt sucks | Andrey Andreev | 1 | -3/+4 |
2014-10-22 | [ci skip] Update 2 links to relate to bcit-ci/ | Andrey Andreev | 2 | -2/+2 |
2014-10-10 | Fix Config_test::test_base_url() | Andrey Andreev | 1 | -3/+8 |
2014-10-05 | Merge branch 'develop' into feature/session | Andrey Andreev | 4 | -463/+585 |
2014-08-14 | Skip CI_Encrypt tests if MCrypt is not available | Andrey Andreev | 1 | -26/+8 |
2014-07-07 | Add a backport (compat) for quoted_printable_encode() | Andrey Andreev | 1 | -0/+115 |
2014-07-07 | Fix a few typos and add a backport (compat) for hex2bin() | Andrey Andreev | 1 | -6/+38 |
2014-06-19 | Remove the custom IV option from CI_Encryption | Andrey Andreev | 1 | -8/+1 |
2014-06-02 | Disable session tests | Andrey Andreev | 1 | -0/+14 |
2014-05-23 | Fix #3057 | Andrey Andreev | 1 | -0/+6 |
2014-05-09 | Add hash_equals() to ext/hash compat layer | Andrey Andreev | 1 | -3/+29 |
2014-05-01 | PHPUnit, what's wrong with you? | Andrey Andreev | 1 | -2/+0 |
2014-04-01 | Discard the unwanted changes | vlakoff | 1 | -1/+7 |
2014-04-01 | Add test for "base_url" determination on server root | vlakoff | 1 | -2/+10 |
2014-03-31 | Remove test that has become unfit | vlakoff | 1 | -7/+1 |
2014-03-18 | More xss_clean() improvements | Andrey Andreev | 1 | -1/+1 |