You are here

CHANGELOG.txt in SimpleTest 7.2

Same filename and directory in other branches
  1. 6.2 CHANGELOG.txt
  2. 6 CHANGELOG.txt
SimpleTest 7.x-2.x, xxxx-xx-xx (development version)
------------------------------
- Changes:
   * #610072: setUp() function accepting array as arguments.
   * #610072: followup.
   * #550752: Detect cache our of sync with code on test list select.
   * Remove version attribute form .info file.
   * Place hook_schema() first in .install.
   * #588084: Provide a mechanism for leaving prefix tables.
   * Add API.txt to document API changes.
   * Add variable delete for 'simpletest_remove_tables'.
   * Remove core tests since 7.x-2.x is not going to maintain them.
   * Added check for 2.x compatible tests.
   * Add testing API switching mechanism.
   * Cleanup non 2.x compatible test file removal.
   * Remove 2.x compatible tests when in 1.x mode.
   * Add testing API 2.x flag to simpletest.info.
   * Add group to fieldset title when displaying results.
   * Formatting and method scope additions.
   * Add file documentation.
   * Re-roll patch.
   * When finding the test result fieldset include the test group.
   * Cleanup test info.
   * Merge changes from Drupal 7 core.
   * Make alert() message more logical.
   * Post merge fix.
   * Modified versions of #666956 and #758662.
   * Add setting field for remote_url and change all working from staging to remote.
   * Add remote prefix to all randomly generated strings.
   * Change function_get_args() to func_get_args().
   * Add setUrl() and resetUrl() to DrupalRemoteTestCase.

File

CHANGELOG.txt
View source
  1. SimpleTest 7.x-2.x, xxxx-xx-xx (development version)
  2. ------------------------------
  3. - Changes:
  4. * #610072: setUp() function accepting array as arguments.
  5. * #610072: followup.
  6. * #550752: Detect cache our of sync with code on test list select.
  7. * Remove version attribute form .info file.
  8. * Place hook_schema() first in .install.
  9. * #588084: Provide a mechanism for leaving prefix tables.
  10. * Add API.txt to document API changes.
  11. * Add variable delete for 'simpletest_remove_tables'.
  12. * Remove core tests since 7.x-2.x is not going to maintain them.
  13. * Added check for 2.x compatible tests.
  14. * Add testing API switching mechanism.
  15. * Cleanup non 2.x compatible test file removal.
  16. * Remove 2.x compatible tests when in 1.x mode.
  17. * Add testing API 2.x flag to simpletest.info.
  18. * Add group to fieldset title when displaying results.
  19. * Formatting and method scope additions.
  20. * Add file documentation.
  21. * Re-roll patch.
  22. * When finding the test result fieldset include the test group.
  23. * Cleanup test info.
  24. * Merge changes from Drupal 7 core.
  25. * Make alert() message more logical.
  26. * Post merge fix.
  27. * Modified versions of #666956 and #758662.
  28. * Add setting field for remote_url and change all working from staging to remote.
  29. * Add remote prefix to all randomly generated strings.
  30. * Change function_get_args() to func_get_args().
  31. * Add setUrl() and resetUrl() to DrupalRemoteTestCase.