simpletest.module

Version 1.80 (checked in on 2009/10/24 at 23:12:11 by webchick)

Provides testing functionality.

Functions

NameDescription
simpletest_clean_databaseRemoved prefixed tables from the database that are left over from crashed tests.
simpletest_clean_environmentRemove all temporary database tables and directories.
simpletest_clean_results_tableClear the test result tables.
simpletest_clean_temporary_directoriesFind all leftover temporary directories and remove them.
simpletest_helpImplement hook_help().
simpletest_js_alterImplement hook_js_alter().
simpletest_log_readRead the error log and report any errors as assertion failures.
simpletest_menuImplement hook_menu().
simpletest_permissionImplement hook_permission().
simpletest_registry_files_alterImplementation of hook_registry_files_alter().
simpletest_run_testsActually runs tests.
simpletest_test_get_allGet a list of all of the tests provided by the system.
simpletest_test_stream_wrappersImplementation of hook_stream_wrappers().
simpletest_themeImplement hook_theme().
_simpletest_batch_finished
_simpletest_batch_operationBatch operation callback.
_simpletest_format_summary_line
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.