You are here

BACKPORT.txt in SimpleTest 6.2

AUTHOR
------
Jimmy Berry ("boombatower", http://drupal.org/user/214218)

PURPOSE
-------
This document describes the changes necessary to backport Drupal 7 core
SimpleTest for Drupal 6. This record is useful when trying to backport new
features from Drupal 7.

CHANGES
-------
All changes are placed bellow the line they are changing and the original line
is then commented out. This makes it easy to see what was done when merging
later changes.

The last backported core CVS ID for the file is listed just bellow the actual
CVS ID with the prefix "Core: ".

DrupalWebTestCase
-----------------
Document as described above.

SimpleTest module (simpletest.module)
-------------------------------------
  * simpletest_get_all_tests()
  * simpletest_run_tests()
  * _simpletest_batch_finished()
  * simpletest_clean_database
    - Added simpletest_get_like_tables()
  * simpletest_file_unmanaged_delete_recursive()
  * simpletest_test_form()
  * _drupal_decode_exception()

SimpleTest installer (simpletest.install)
-----------------------------------------
  * Added update hook.
  * Added requirements check for configuration file modifications.

JavaScript (simpletest.js)
--------------------------
  * Changed function attach syntax in both behaviors.

CLI script (run-tests.sh)
-------------------------
  * Backported database calls.

File

BACKPORT.txt
View source
  1. AUTHOR
  2. ------
  3. Jimmy Berry ("boombatower", http://drupal.org/user/214218)
  4. PURPOSE
  5. -------
  6. This document describes the changes necessary to backport Drupal 7 core
  7. SimpleTest for Drupal 6. This record is useful when trying to backport new
  8. features from Drupal 7.
  9. CHANGES
  10. -------
  11. All changes are placed bellow the line they are changing and the original line
  12. is then commented out. This makes it easy to see what was done when merging
  13. later changes.
  14. The last backported core CVS ID for the file is listed just bellow the actual
  15. CVS ID with the prefix "Core: ".
  16. DrupalWebTestCase
  17. -----------------
  18. Document as described above.
  19. SimpleTest module (simpletest.module)
  20. -------------------------------------
  21. * simpletest_get_all_tests()
  22. * simpletest_run_tests()
  23. * _simpletest_batch_finished()
  24. * simpletest_clean_database
  25. - Added simpletest_get_like_tables()
  26. * simpletest_file_unmanaged_delete_recursive()
  27. * simpletest_test_form()
  28. * _drupal_decode_exception()
  29. SimpleTest installer (simpletest.install)
  30. -----------------------------------------
  31. * Added update hook.
  32. * Added requirements check for configuration file modifications.
  33. JavaScript (simpletest.js)
  34. --------------------------
  35. * Changed function attach syntax in both behaviors.
  36. CLI script (run-tests.sh)
  37. -------------------------
  38. * Backported database calls.