Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
WebTestBase.php
»
WebTestBase
»
WebTestBase::resetAll
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
18 calls to WebTestBase::resetAll()
AggregatorConfigurationTest::testSettingsPage
in drupal/
core/
modules/
aggregator/
lib/
Drupal/
aggregator/
Tests/
AggregatorConfigurationTest.php
Tests the settings form to ensure the correct default values are used.
BlockTest::testBlockRehash
in drupal/
core/
modules/
block/
lib/
Drupal/
block/
Tests/
BlockTest.php
Test
_block_rehash
().
ClassLoaderTest::testClassLoading
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Module/
ClassLoaderTest.php
Tests that module-provided classes can be loaded when a module is enabled.
ClassLoaderTest::testClassLoadingDisabledModules
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Module/
ClassLoaderTest.php
Tests that module-provided classes can't be loaded from disabled modules.
DependencyTest::testModuleEnableOrder
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Module/
DependencyTest.php
Tests that module dependencies are enabled in the correct order via the UI. Dependencies should be enabled before their dependents.
EditorAdminTest::enableUnicornEditor
in drupal/
core/
modules/
editor/
lib/
Drupal/
editor/
Tests/
EditorAdminTest.php
Enables the unicorn editor.
EntityApiInfoTest::testEntityInfoChanges
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Entity/
EntityApiInfoTest.php
Ensures entity info cache is updated after changes.
LocaleConfigTranslationTest::testConfigTranslation
in drupal/
core/
modules/
locale/
lib/
Drupal/
locale/
Tests/
LocaleConfigTranslationTest.php
Tests basic configuration translation.
LocaleUpdateTest::testUpdateProjects
in drupal/
core/
modules/
locale/
lib/
Drupal/
locale/
Tests/
LocaleUpdateTest.php
Checks if a list of translatable projects gets build.
LocaleUpdateTest::testUpdateProjectsHidden
in drupal/
core/
modules/
locale/
lib/
Drupal/
locale/
Tests/
LocaleUpdateTest.php
Check if a list of translatable projects can include hidden projects.
ModuleApiTest::testModuleInvoke
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Module/
ModuleApiTest.php
Test that
module_invoke
() can load a hook defined in
hook_hook_info
().
ModuleApiTest::testModuleInvokeAll
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Module/
ModuleApiTest.php
Test that
module_invoke_all
() can load a hook defined in
hook_hook_info
().
ModuleApiTest::testModuleInvokeAllDuringLoadFunction
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Module/
ModuleApiTest.php
Test that a menu item load function can invoke hooks defined in
hook_hook_info
().
TwigDebugMarkupTest::testTwigDebugMarkup
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Theme/
TwigDebugMarkupTest.php
Tests debug markup added to Twig template output.
UpgradePathTestBase::performUpgrade
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
UpgradePathTestBase.php
Perform the upgrade.
UserCancelTest::testUserDelete
in drupal/
core/
modules/
user/
lib/
Drupal/
user/
Tests/
UserCancelTest.php
Delete account and remove all content.
ViewTestBase::enableViewsTestModule
in drupal/
core/
modules/
views/
lib/
Drupal/
views/
Tests/
ViewTestBase.php
Sets up the
views_test_data.module
.
WebTestBase::setUp
in drupal/
core/
modules/
simpletest/
lib/
Drupal/
simpletest/
WebTestBase.php
Sets up a Drupal site for running functional and integration tests.