1. 20d9b0a Merge pull request #5354 from carusogabriel/refactoring-tests by Andrey Andreev · 7 years ago
  2. c54fd91 Merge pull request #5289 from zploskey/cleanup_form_validation_tests by Andrey Andreev · 7 years ago
  3. ed1a045 [ci skip] Fix a bug in FV valid_email() by Andrey Andreev · 7 years ago
  4. f565212 Fix byte-safety issues & actually test for them by Andrey Andreev · 8 years ago
  5. c95df51 Skip mcrypt-related testcases on PHP 7.1 by Andrey Andreev · 8 years ago
  6. 9180a12 Add changelog entry and a test case for #4758 by Andrey Andreev · 8 years ago
  7. 878e23f Use getMockBuilder() in PHPUnit instead of the deprecated getMock() by Andrey Andreev · 8 years ago
  8. a838279 Remove dead code written for PHP 5.2 by Andrey Andreev · 8 years ago
  9. 9e78be0 Fix #4639 Really fix #4633 by Andrey Andreev · 9 years ago
  10. 0fae625 Fix #4633 by Andrey Andreev · 9 years ago
  11. 7243d0b Fix #4516 by Andrey Andreev · 9 years ago
  12. 391d339 Fix #4415 and add unit tests for https://bugs.php.net/bug.php?id=51192 by Andrey Andreev · 9 years ago
  13. 700dbad Alter a valid URL test by Andrey Andreev · 9 years ago
  14. 10fb7d1 [ci skip] Normalize tabs/spaces by Andrey Andreev · 9 years ago
  15. 2e9ae00 [ci skip] Whitespace cleanup following PR #3716 by Andrey Andreev · 10 years ago
  16. c6ac559 Style changes and variable name changes by David Woods · 10 years ago
  17. 7f6f3e3 Fix for parsing error in PHP 5.2 and 5.3 by David Woods · 10 years ago
  18. 29704f8 Corrected unit tests for set_select, set_radio, and set_checkbox by David Woods · 10 years ago
  19. 4b02f1d Added more unit tests to CI_Form_validation by David Woods · 10 years ago
  20. 5bc1dc5 Added more units tests for Form_validation Up to 65% coverage by David Woods · 10 years ago
  21. 3e2045b Polish changes from PR #3678 by Andrey Andreev · 10 years ago
  22. cf77671 Corrected invalid matches, differs, and set_data test cases by David Woods · 10 years ago
  23. 317cad9 Changed scenario based tests to unit tests by David Woods · 10 years ago
  24. 5b88473 Switched spaces to tabs on the few lines that were missed from previous refactors by David Woods · 10 years ago
  25. 70e220a Fixed bug of clearing POST array before every test. by David Woods · 10 years ago
  26. 63c288c Corrected incorrect assertion in test_rule_valid_base64 by David Woods · 10 years ago
  27. 64af3bb Corrected match, differs, base64, and valid_url test cases. by David Woods · 10 years ago
  28. ce4237a Corrected an invalid test case by David Woods · 10 years ago
  29. c7029e2 Reformatted unit tests for easier debugging by David Woods · 10 years ago
  30. dc1ae6b Fixed bugs in form_validation for methods matches, differs, and valid_base64. by David Woods · 10 years ago
  31. f3ac71e Created setup and construct for Form_Validation unit test by David Woods · 10 years ago
  32. 8f7d3d2 Fix merge conflicts by Andrey Andreev · 10 years ago
  33. 50c9ea1 Fix #3317 ... MCrypt sucks by Andrey Andreev · 10 years ago
  34. 4a485a7 Merge branch 'develop' into feature/session by Andrey Andreev · 10 years ago
  35. 43090cc Skip CI_Encrypt tests if MCrypt is not available by Andrey Andreev · 10 years ago
  36. 1e83d69 Remove the custom IV option from CI_Encryption by Andrey Andreev · 10 years ago
  37. a2cf6fa Disable session tests by Andrey Andreev · 10 years ago
  38. ac9ee53 PHPUnit, what's wrong with you? by Andrey Andreev · 11 years ago
  39. 18767e3 CI_Encryption: Remove MCrypt 'work-arounds' for CAST-128 compatibility by Andrey Andreev · 11 years ago
  40. 742826c Add test cases for CI_Upload::__construct(), CI_Upload::initialize() by Andrey Andreev · 11 years ago
  41. 2cf4c9b CI_Upload changes by Andrey Andreev · 11 years ago
  42. 10e7a32 Remove a few empty 'mock' classes by Andrey Andreev · 11 years ago
  43. f30b14a Fix CI_Calendar tests by Andrey Andreev · 11 years ago
  44. 1b4e5e1 [ci skip] Test fixes by Andrey Andreev · 11 years ago
  45. 2c2722e Some other small writing consistency fixes by darwinel · 11 years ago
  46. 05983fc A bug fix and optimizations in CI_Table by Andrey Andreev · 11 years ago
  47. 4b45065 CI_Encryption: Rename 'base64' parameter to 'raw_data' and add docs by Andrey Andreev · 11 years ago
  48. c2804a3 Merge branch 'develop' into 'feature/encryption' by Andrey Andreev · 11 years ago
  49. db97fe5 Merge pull request #2866 from darwinel/develop by Andrey Andreev · 11 years ago
  50. 81e1064 CI_Encryption: Optimizations and test cases by Andrey Andreev · 11 years ago
  51. e8088d6 CI_Encryption: CAST-128/CAST5 and RC4/ARCFour compatibility by Andrey Andreev · 11 years ago
  52. 8d33a9a CI_Encryption: HMAC to not be derived from the encryption key by Andrey Andreev · 11 years ago
  53. f401767 CI_Encryption: More MCrypt/OpenSSL compatibility and get rid of the MCRYPT_MODE_* constants by Andrey Andreev · 11 years ago
  54. d9a48da CI_Encryption: Add Blowfish to compatibility list by Andrey Andreev · 11 years ago
  55. 50ccc38 CI_Encryption: Fix more errors and add a 'portability' test case by Andrey Andreev · 11 years ago
  56. 912831f CI_Encryption: Fix some errors and add unit tests for hkdf() by Andrey Andreev · 11 years ago
  57. ecc260e Righting a wrong in the Session library by Andrey Andreev · 11 years ago
  58. a9938a0 Minor changes related to CI_User_agent by Andrey Andreev · 11 years ago
  59. d1755f8 Update Calendar library test following PR #2802 by Andrey Andreev · 11 years ago
  60. a9c7d18 Fix #2237: Parser library failed if the same tag pair is used more than once within a template by Andrey Andreev · 11 years ago
  61. ed92580 Remove tests for now non-existent method CI_Upload::clean_file_name() by Andrey Andreev · 12 years ago
  62. 838a9d6 [ci skip] Cleaned some spaces by Andrey Andreev · 12 years ago
  63. 74ad0bb Merge pull request #2043 from johnathancroom/keep_flash_data_array by Andrey Andreev · 12 years ago
  64. 66b36ef keep_flashdata array test by Johnathan Croom · 12 years ago
  65. 7e83f32 Revert some of the changes from PR #2029 by Andrey Andreev · 12 years ago
  66. 89ecc8a Merge pull request #2029 from dchill42/driver_ext by Andrey Andreev · 12 years ago
  67. 1713d32 Replaced Mock_Core_Lang with PHPUnit mockups by dchill42 · 12 years ago
  68. 6262d05 Added support for extending individual driver classes and driver unit tests by dchill42 · 12 years ago
  69. d98785a Fix #1922 by Andrey Andreev · 12 years ago
  70. 9e4ebf1 Merge branch 'develop' of git://github.com/EllisLab/CodeIgniter into load_config_units by dchill42 · 12 years ago
  71. 4b3cf8d Marked tests that can't easily be tests as skipped by Alex Bilbie · 12 years ago
  72. 7ecc5cd Integrated vfsStream better and made paths constants VFS-based by dchill42 · 12 years ago
  73. 82003da Overloaded is_cli_request in Input mock for Session test by dchill42 · 12 years ago
  74. 5e97108 Added Calendar library unit test by Alex Bilbie · 12 years ago
  75. 096b894 Finished the final tests (except do_upload) by Alex Bilbie · 12 years ago
  76. ba1fbfb Added initial upload library tests by Alex Bilbie · 12 years ago
  77. 08c8304 Minor session test improvements by dchill42 · 12 years ago
  78. 4153c92 Coding standard cleanup and added userdata resync on sess_regenerate() by dchill42 · 12 years ago
  79. 5748600 Added Session driver library unit tests and added driver library autoloading to test framework by dchill42 · 12 years ago
  80. c186288 Cleanup/optimize tests/codeigniter/ by Andrey Andreev · 12 years ago
  81. 9d14075 tests for encryption class by Joffrey Jaffeux · 12 years ago
  82. 6c7526c Continuation for Security and Table code-coverage, add coverage report to travis by Taufan Aditya · 12 years ago
  83. 30b34d0 Implementation of Mock class, remove ugly reflection class by Taufan Aditya · 13 years ago
  84. d44d720 Implementation of Mock class, remove ugly reflection class by Taufan Aditya · 13 years ago
  85. d61b772 Adding core and libraries mock classes by Taufan Aditya · 13 years ago
  86. ac5373a Adding core and libraries mock classes by Taufan Aditya · 13 years ago
  87. 8749bc7 Fix incomplete and skipped test by Taufan Aditya · 13 years ago
  88. e39728c Fix issue #1148 by tiyowan · 13 years ago
  89. 051a317 Fixed accept lang test to account for boolean results. by Eric Barnes · 13 years ago
  90. 68286a4 Reworked unit tests to match rest of framework and added a few more. by Eric Barnes · 14 years ago
  91. 9512ab8 Adding user agent library test. Needs some work, but is a good start. by Greg Aker · 14 years ago
  92. 2cadade Adding typography library test. by Greg Aker · 14 years ago
  93. 57fb518 Cleanup in Parser_test...Adding Table_test Pascal did earlier. by Greg Aker · 14 years ago
  94. a7f9b25 Parser test. by Greg Aker · 14 years ago
  95. 69c97a7 Adding early bootstrap ideas for core test suite by Pascal Kriete · 14 years ago