7 calls to DrupalWebTestCase::resetAll()
- CommentFieldsTest::testCommentEnable in modules/
comment/ comment.test - Test that comment module works when enabled after a content module.
- DrupalWebTestCase::setUp in modules/
simpletest/ drupal_web_test_case.php - Sets up a Drupal site for running functional and integration tests.
- ModuleDependencyTestCase::testModuleEnableOrder in modules/
system/ system.test - Tests that module dependencies are enabled in the correct order via the UI. Dependencies should be enabled before their dependents.
- ModuleUnitTest::testModuleInvoke in modules/
simpletest/ tests/ module.test - Test that module_invoke() can load a hook defined in hook_hook_info().
- ModuleUnitTest::testModuleInvokeAll in modules/
simpletest/ tests/ module.test - Test that module_invoke_all() can load a hook defined in hook_hook_info().
- ModuleUnitTest::testSystemModulesBrokenConfigure in modules/
simpletest/ tests/ module.test - Test system_modules() with a module with a broken configure path.
- ModuleUnitTest::testSystemModulesNullVersion in modules/
simpletest/ tests/ module.test - Test system_modules() with a module with a dependency with a null version.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.