1. 09a1b5e Reduce decimal points, since there is a micro differencess on runtime and update travis status by Taufan Aditya · 13 years ago
  2. 14455e5 Remove unused hardcoded reference from *phpunit.xml files by Taufan Aditya · 13 years ago
  3. 7756af5 Input class code-coverage by Taufan Aditya · 13 years ago
  4. d40a545 Comment block for explanation by Taufan Aditya · 13 years ago
  5. 8af88f3 Security Code coverage by Taufan Aditya · 13 years ago
  6. 12f4c9b Clean up autoloader annotation by Taufan Aditya · 13 years ago
  7. 570e77c Benchmark code-coverage by Taufan Aditya · 13 years ago
  8. 51a7c0b Clean up by Taufan Aditya · 13 years ago
  9. 39f35fd TRUNCATE code-coverage by Taufan Aditya · 13 years ago
  10. 85859b2 empty table API code-coverage by Taufan Aditya · 13 years ago
  11. 6657cc1 DELETE code-coverage by Taufan Aditya · 13 years ago
  12. 9ec507b UPDATE and SET clause code-coverage by Taufan Aditya · 13 years ago
  13. c386b2a count code-coverage by Taufan Aditya · 13 years ago
  14. be6fb42 LIMIT clause API code-coverage by Taufan Aditya · 13 years ago
  15. d2d329a ORDER BY clause API code-coverage by Taufan Aditya · 13 years ago
  16. 8ca31f3 PDO SQLite bug fixed, for result_object by Taufan Aditya · 13 years ago
  17. 44d8d88 DISTINCT clause API code-coverage by Taufan Aditya · 13 years ago
  18. 1afd479 HAVING clause API code-coverage by Taufan Aditya · 13 years ago
  19. f7377ab Trace error by Taufan Aditya · 13 years ago
  20. 4e607b0 GROUP BY clause API code-coverage by Taufan Aditya · 13 years ago
  21. f78018e LIKE clause API code-coverage by Taufan Aditya · 13 years ago
  22. 12f5475 WHERE clause API code-coverage by Taufan Aditya · 13 years ago
  23. d6b41bb JOIN clause API code-coverage by Taufan Aditya · 13 years ago
  24. 17f799e Add user entity into schema skeleton by Taufan Aditya · 13 years ago
  25. 6e131cb FROM clause API code-coverage by Taufan Aditya · 13 years ago
  26. 190c6bb Cleaning up by Taufan Aditya · 13 years ago
  27. 5ce26c9 Typo by Taufan Aditya · 13 years ago
  28. d489747 Remove batch test from sqlite by Taufan Aditya · 13 years ago
  29. 80c0e3d Check the insert result by Taufan Aditya · 13 years ago
  30. fc92fc2 Add truncate by Taufan Aditya · 13 years ago
  31. 81b6b5d Insert test by Taufan Aditya · 13 years ago
  32. c0df5a2 Include insert test by Taufan Aditya · 13 years ago
  33. 0793b1c Rename to db, for more familiar naming convention by Taufan Aditya · 13 years ago
  34. fdc0ea8 Min, Max, Avg and Sum by Taufan Aditya · 13 years ago
  35. 55f622f Add select clause test by Taufan Aditya · 13 years ago
  36. 8b0aca7 Merge remote-tracking branch 'upstream/develop' into db-tests by Taufan Aditya · 13 years ago
  37. 333ce0d Fixed schema by Taufan Aditya · 13 years ago
  38. b0703b0 Resolve postgres issue on create table by Taufan Aditya · 13 years ago
  39. 1bfc0d9 Fix postgre table datatype by Taufan Aditya · 13 years ago
  40. 024098d Use more user-friendly method for dummy create data by Taufan Aditya · 13 years ago
  41. 55f8042 Add dsn to pgsql by Taufan Aditya · 13 years ago
  42. 5b42166 Simple query builder tests by Taufan Aditya · 13 years ago
  43. 61ff054 Adding schema and initial Query Builder code coverage by Taufan Aditya · 13 years ago
  44. 26490e3 Add branch to travis list by Taufan Aditya · 13 years ago
  45. 1972514 Fix sqlite issue on PHP 5.4 both for native and PDO driver by Taufan Aditya · 13 years ago
  46. f4c6c9b DB Drivers test by Taufan Aditya · 13 years ago
  47. 44015c8 Set up PDO constant and configuration by Taufan Aditya · 13 years ago
  48. 1991379 Merge branch 'form-helper-tests' of https://github.com/tiyowan/CodeIgniter into form-helper-tests by Phil Sturgeon · 13 years ago
  49. 6a96bf7 Include PDO code coverage, remove unnecessary line on phpunit xml by Taufan Aditya · 13 years ago
  50. 6dfe76d Alter SQLite tests config to use the sqlite3 driver under PHP 5.4+ by Andrey Andreev · 13 years ago
  51. 2c4c5e1 Configation based by environment constant, due Database test implementation accross drivers by Taufan Aditya · 13 years ago
  52. ee2f5d0 Multi database setup by Taufan Aditya · 13 years ago
  53. dba9437 Add schema folder by Taufan Aditya · 13 years ago
  54. a8a2e33 Travis setup and minor cleanup by Taufan Aditya · 13 years ago
  55. 655a89f Preliminary Database Test by Taufan Aditya · 13 years ago
  56. bdb84af Remove debugging line by Taufan Aditya · 13 years ago
  57. e1dc9ea Remove include or require declaration from all helpers test by Taufan Aditya · 13 years ago
  58. 30b34d0 Implementation of Mock class, remove ugly reflection class by Taufan Aditya · 13 years ago
  59. d44d720 Implementation of Mock class, remove ugly reflection class by Taufan Aditya · 13 years ago
  60. d61b772 Adding core and libraries mock classes by Taufan Aditya · 13 years ago
  61. ac5373a Adding core and libraries mock classes by Taufan Aditya · 13 years ago
  62. ca16c4f Adding autoloader and mocks directory by Taufan Aditya · 13 years ago
  63. 4467056 correcting PHPUnit execution error path, in Setup_test.php load file path by Reiny Júnior · 13 years ago
  64. a83f063 Add unit tests for form_helper.php by tiyowan · 13 years ago
  65. 3fb5aa5 Add unit test for strip_slashes() in string_helper.php by tiyowan · 13 years ago
  66. 2a6a616 Change unit tests to provide one hundred percent code coverage by Hamza Bhatti · 13 years ago
  67. 3ec336f Add fix for Windows OS by Hamza Bhatti · 13 years ago
  68. 756516d Add unit tests for path helper by Hamza Bhatti · 13 years ago
  69. 575895f Add unit tests for directory helper by Hamza Bhatti · 13 years ago
  70. 8749bc7 Fix incomplete and skipped test by Taufan Aditya · 13 years ago
  71. e40c763 Fixed camelize. by Phil Sturgeon · 13 years ago
  72. 7729faa Fix test errors in Loader_test.php and URI_test.php by Hamza Bhatti · 13 years ago
  73. e39728c Fix issue #1148 by tiyowan · 13 years ago
  74. a03cbc5 Add tiyowan suggestion #1147 by Taufan Aditya · 13 years ago
  75. b3723ff Merged with latest commit by Taufan Aditya · 13 years ago
  76. 0f2cb79 Merged develop and fixed conflicts. by Phil Sturgeon · 13 years ago
  77. 4054c56 Pointed the report to EllisLab repo by Taufan Aditya · 13 years ago
  78. 57d6d2e temporary commenting PHP_CodeCoverage_Filter::get_instance() by Taufan Aditya · 13 years ago
  79. 32a99ff PHPunit force to continue by Taufan Aditya · 13 years ago
  80. cfc5924 vfsStream via pyrus by Taufan Aditya · 13 years ago
  81. d90e1a0 Added unit test to confirm pull request #675 by Eric Barnes · 13 years ago
  82. 32b6780 Added prep_url and auto_link tests by Eric Barnes · 13 years ago
  83. 9407614 Added tests for removing extra dashes in url title. by Eric Barnes · 13 years ago
  84. 051a317 Fixed accept lang test to account for boolean results. by Eric Barnes · 13 years ago
  85. 78ec060 Added tests for new increment_string by Eric Barnes · 13 years ago
  86. b3d277a added missing PAT pear channel by Jeroen van der Gulik · 13 years ago
  87. cf1926a Removed beginning slash in expected for site_url. by Eric Barnes · 13 years ago
  88. 91249f1 Merge pull request #331 from stephenfrank/feature/unit-tests-uri-test by Eric Barnes · 13 years ago
  89. 2e00c24 Added tests for CI_URI class. Made modifications to core class which by Stephen · 13 years ago
  90. 34f64d9 Cleaned up and converted readme to markdown format for github by Stephen · 13 years ago
  91. 2c4b366 Adding url_helper unit test file. GO! by Greg Aker · 13 years ago
  92. d031ef7 ignoring a test in the inflector test. by Greg Aker · 13 years ago
  93. 2e0f825 Fixing errors in date helper tests. by Greg Aker · 13 years ago
  94. 92ff07e Updating error in html_helper test_Ul by Greg Aker · 13 years ago
  95. 71644d6 Fixed some small issues in the date tests. by Eric Barnes · 14 years ago
  96. 5d1e32b Added unit tests for date helper. by Eric Barnes · 14 years ago
  97. 19379ef Added unit tests for number helper. by Eric Barnes · 14 years ago
  98. d92277d Initial commit of file helper tests. by Greg Aker · 14 years ago
  99. 5de50ec Updates to test Bootstrap by Greg Aker · 14 years ago
  100. fd5667c dropping in PHPUnit version requirements by Greg Aker · 14 years ago