1. 1991379 Merge branch 'form-helper-tests' of https://github.com/tiyowan/CodeIgniter into form-helper-tests by Phil Sturgeon · 13 years ago
  2. 6dfe76d Alter SQLite tests config to use the sqlite3 driver under PHP 5.4+ by Andrey Andreev · 13 years ago
  3. 2c4c5e1 Configation based by environment constant, due Database test implementation accross drivers by Taufan Aditya · 13 years ago
  4. ee2f5d0 Multi database setup by Taufan Aditya · 13 years ago
  5. dba9437 Add schema folder by Taufan Aditya · 13 years ago
  6. a8a2e33 Travis setup and minor cleanup by Taufan Aditya · 13 years ago
  7. 655a89f Preliminary Database Test by Taufan Aditya · 13 years ago
  8. bdb84af Remove debugging line by Taufan Aditya · 13 years ago
  9. e1dc9ea Remove include or require declaration from all helpers test by Taufan Aditya · 13 years ago
  10. 30b34d0 Implementation of Mock class, remove ugly reflection class by Taufan Aditya · 13 years ago
  11. d44d720 Implementation of Mock class, remove ugly reflection class by Taufan Aditya · 13 years ago
  12. d61b772 Adding core and libraries mock classes by Taufan Aditya · 13 years ago
  13. ac5373a Adding core and libraries mock classes by Taufan Aditya · 13 years ago
  14. ca16c4f Adding autoloader and mocks directory by Taufan Aditya · 13 years ago
  15. 4467056 correcting PHPUnit execution error path, in Setup_test.php load file path by Reiny Júnior · 13 years ago
  16. a83f063 Add unit tests for form_helper.php by tiyowan · 13 years ago
  17. 3fb5aa5 Add unit test for strip_slashes() in string_helper.php by tiyowan · 13 years ago
  18. 2a6a616 Change unit tests to provide one hundred percent code coverage by Hamza Bhatti · 13 years ago
  19. 3ec336f Add fix for Windows OS by Hamza Bhatti · 13 years ago
  20. 756516d Add unit tests for path helper by Hamza Bhatti · 13 years ago
  21. 575895f Add unit tests for directory helper by Hamza Bhatti · 13 years ago
  22. 8749bc7 Fix incomplete and skipped test by Taufan Aditya · 13 years ago
  23. e40c763 Fixed camelize. by Phil Sturgeon · 13 years ago
  24. 7729faa Fix test errors in Loader_test.php and URI_test.php by Hamza Bhatti · 13 years ago
  25. e39728c Fix issue #1148 by tiyowan · 13 years ago
  26. a03cbc5 Add tiyowan suggestion #1147 by Taufan Aditya · 13 years ago
  27. b3723ff Merged with latest commit by Taufan Aditya · 13 years ago
  28. 0f2cb79 Merged develop and fixed conflicts. by Phil Sturgeon · 13 years ago
  29. 4054c56 Pointed the report to EllisLab repo by Taufan Aditya · 13 years ago
  30. 57d6d2e temporary commenting PHP_CodeCoverage_Filter::get_instance() by Taufan Aditya · 13 years ago
  31. 32a99ff PHPunit force to continue by Taufan Aditya · 13 years ago
  32. cfc5924 vfsStream via pyrus by Taufan Aditya · 13 years ago
  33. d90e1a0 Added unit test to confirm pull request #675 by Eric Barnes · 13 years ago
  34. 32b6780 Added prep_url and auto_link tests by Eric Barnes · 13 years ago
  35. 9407614 Added tests for removing extra dashes in url title. by Eric Barnes · 13 years ago
  36. 051a317 Fixed accept lang test to account for boolean results. by Eric Barnes · 13 years ago
  37. 78ec060 Added tests for new increment_string by Eric Barnes · 13 years ago
  38. b3d277a added missing PAT pear channel by Jeroen van der Gulik · 13 years ago
  39. cf1926a Removed beginning slash in expected for site_url. by Eric Barnes · 13 years ago
  40. 91249f1 Merge pull request #331 from stephenfrank/feature/unit-tests-uri-test by Eric Barnes · 13 years ago
  41. 2e00c24 Added tests for CI_URI class. Made modifications to core class which by Stephen · 13 years ago
  42. 34f64d9 Cleaned up and converted readme to markdown format for github by Stephen · 13 years ago
  43. 2c4b366 Adding url_helper unit test file. GO! by Greg Aker · 13 years ago
  44. d031ef7 ignoring a test in the inflector test. by Greg Aker · 13 years ago
  45. 2e0f825 Fixing errors in date helper tests. by Greg Aker · 13 years ago
  46. 92ff07e Updating error in html_helper test_Ul by Greg Aker · 13 years ago
  47. 71644d6 Fixed some small issues in the date tests. by Eric Barnes · 14 years ago
  48. 5d1e32b Added unit tests for date helper. by Eric Barnes · 14 years ago
  49. 19379ef Added unit tests for number helper. by Eric Barnes · 14 years ago
  50. d92277d Initial commit of file helper tests. by Greg Aker · 14 years ago
  51. 5de50ec Updates to test Bootstrap by Greg Aker · 14 years ago
  52. fd5667c dropping in PHPUnit version requirements by Greg Aker · 14 years ago
  53. 68286a4 Reworked unit tests to match rest of framework and added a few more. by Eric Barnes · 14 years ago
  54. 9512ab8 Adding user agent library test. Needs some work, but is a good start. by Greg Aker · 14 years ago
  55. 2cadade Adding typography library test. by Greg Aker · 14 years ago
  56. 57fb518 Cleanup in Parser_test...Adding Table_test Pascal did earlier. by Greg Aker · 14 years ago
  57. a7f9b25 Parser test. by Greg Aker · 14 years ago
  58. b4d93db Updating helper test classes to extend CI_TestCase by Greg Aker · 14 years ago
  59. 052b01d Adding string helper and inflector helper tests by Greg Aker · 14 years ago
  60. 9071573 Adding text_helper_test by Greg Aker · 14 years ago
  61. b567947 Moving tests/codeigniter/helpers/Array_helper_test.php to be lower cased. by Greg Aker · 14 years ago
  62. 5610663 load->file() tests. by Greg Aker · 14 years ago
  63. 4d2bb09 config CI_Loader tests. by Greg Aker · 14 years ago
  64. 6858fb9 Adding mock testing of libraries in the application directory by Greg Aker · 14 years ago
  65. 321768d Testing view loading. by Greg Aker · 14 years ago
  66. deab6ad Buttoning up model loader tests. by Greg Aker · 14 years ago
  67. 98357c5 Swap from assertEquals(FALSE, x) to just assertFalse(). Silly Greg. by Greg Aker · 14 years ago
  68. 8da6903 Working on tests in the loader. Have generic model mocking working with vfsStream. by Greg Aker · 14 years ago
  69. 25a6690 Updating requirements for unit tests in readme.txt by Greg Aker · 14 years ago
  70. 34bc089 Updating changes in the readme by Pascal Kriete · 14 years ago
  71. 88b2963 Making config_item work again after I pulled it from CI_TestCase by Pascal Kriete · 14 years ago
  72. ae7b3f9 a bit of shuffling around in CI_TestCase by Pascal Kriete · 14 years ago
  73. f5aee9d some basic bootstrap cleanup by Pascal Kriete · 14 years ago
  74. 10ba64f Renamed the main test class, fixing test cases. by Pascal Kriete · 14 years ago
  75. fe372e3 Fixing up the scope soup, and adding a way to set core config items. by Pascal Kriete · 14 years ago
  76. c5d93cb Removing some lefover code form experimenting with process isolation. by Pascal Kriete · 14 years ago
  77. 69c97a7 Adding early bootstrap ideas for core test suite by Pascal Kriete · 14 years ago
  78. ba2430b Adding tests directory and initial implemenation draft. by Pascal Kriete · 14 years ago