Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 8.9.x for test
  4. Search 10.3.x for test
  5. Search 11.x for test
  6. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Test class core/modules/media/tests/modules/media_test_source/src/Plugin/media/Source/Test.php Provides test media source.
Test class core/modules/system/tests/modules/test_page_test/src/Controller/Test.php Defines a test controller for page titles.

All search results

Title Object type File name Summary
DependencyTest::testCoreCompatibility function core/modules/system/tests/src/Functional/Module/DependencyTest.php Tests enabling modules with different core version specifications.
DependencyTest::testCoreVersionContains8X function core/modules/system/tests/src/Functional/Module/DependencyTest.php Tests the dependency checks when core version contains '8.x' within it.
DependencyTest::testCreateFromString function core/tests/Drupal/Tests/Core/Extension/DependencyTest.php Tests create from string.
DependencyTest::testEnableRequirementsFailureDependency function core/modules/system/tests/src/Functional/Module/DependencyTest.php Tests enabling a module that depends on a module which fails hook_requirements().
DependencyTest::testEnableWithoutDependency function core/modules/system/tests/src/Functional/Module/DependencyTest.php Attempts to enable the Content Translation module without Language enabled.
DependencyTest::testIncompatibleCoreVersionDependency function core/modules/system/tests/src/Functional/Module/DependencyTest.php Tests enabling a module that depends on a module with an incompatible core version.
DependencyTest::testIncompatibleModuleVersionDependency function core/modules/system/tests/src/Functional/Module/DependencyTest.php Tests enabling a module with an incompatible dependency version.
DependencyTest::testIncompatiblePhpVersionDependency function core/modules/system/tests/src/Functional/Module/DependencyTest.php Tests failing PHP version requirements.
DependencyTest::testIsCompatible function core/tests/Drupal/Tests/Core/Extension/DependencyTest.php Tests is compatible.
DependencyTest::testMissingModules function core/modules/system/tests/src/Functional/Module/DependencyTest.php Attempts to enable a module with a missing dependency.
DependencyTest::testModuleDependencyMessages function core/modules/system/tests/src/Functional/Module/DependencyTest.php Tests that module dependencies install text is formatted correctly.
DependencyTest::testModuleEnableOrder function core/modules/system/tests/src/Functional/Module/DependencyTest.php Tests that module dependencies are enabled in the correct order in the UI.
DependencyTest::testNoVersionInfo function core/modules/system/tests/src/Functional/Module/DependencyTest.php Tests visiting admin/modules when a module outside of core has no version.
DependencyTest::testProjectNamespaceForDependencies function core/modules/system/tests/src/Functional/Module/DependencyTest.php Checks functionality of project namespaces for dependencies.
DependencyTest::testSerialization function core/tests/Drupal/Tests/Core/Extension/DependencyTest.php Ensures that constraint objects are not serialized.
DependencyVersionTestHooks class core/modules/system/tests/modules/dependency_version_test/src/Hook/DependencyVersionTestHooks.php Hook implementations for dependency_version_test.
DependencyVersionTestHooks.php file core/modules/system/tests/modules/dependency_version_test/src/Hook/DependencyVersionTestHooks.php
DependencyVersionTestHooks::systemInfoAlter function core/modules/system/tests/modules/dependency_version_test/src/Hook/DependencyVersionTestHooks.php Implements hook_system_info_alter().
dependency_foo_test.info.yml file core/modules/system/tests/modules/dependency_foo_test/dependency_foo_test.info.yml core/modules/system/tests/modules/dependency_foo_test/dependency_foo_test.info.yml
dependency_version_test.info.yml file core/modules/system/tests/modules/dependency_version_test/dependency_version_test.info.yml core/modules/system/tests/modules/dependency_version_test/dependency_version_test.info.yml
DependentAccessTest class core/tests/Drupal/Tests/Core/Access/DependentAccessTest.php Tests Drupal\Core\Access\RefinableDependentAccessTrait.
DependentAccessTest.php file core/tests/Drupal/Tests/Core/Access/DependentAccessTest.php
DependentAccessTest::$forbidden property core/tests/Drupal/Tests/Core/Access/DependentAccessTest.php An accessible object that results in forbidden access result.
DependentAccessTest::$neutral property core/tests/Drupal/Tests/Core/Access/DependentAccessTest.php An accessible object that results in neutral access result.
DependentAccessTest::providerTestSetFirst function core/tests/Drupal/Tests/Core/Access/DependentAccessTest.php Data provider for all test methods.
DependentAccessTest::setUp function core/tests/Drupal/Tests/Core/Access/DependentAccessTest.php
DependentAccessTest::testMergeGroup function core/tests/Drupal/Tests/Core/Access/DependentAccessTest.php Tests merging a new dependency with an existing access group dependency.
DependentAccessTest::testMergeNonGroup function core/tests/Drupal/Tests/Core/Access/DependentAccessTest.php Tests merging a new dependency with existing non-group access dependency.
DependentAccessTest::testSetAccessDependency function core/tests/Drupal/Tests/Core/Access/DependentAccessTest.php Tests that the previous dependency is replaced when using set.
DeprecatedAssetsTest class core/tests/Drupal/KernelTests/Core/Asset/DeprecatedAssetsTest.php Checks the status and definition contents of deprecated libraries.
DeprecatedAssetsTest.php file core/tests/Drupal/KernelTests/Core/Asset/DeprecatedAssetsTest.php
DeprecatedAssetsTest::deprecatedLibrariesProvider function core/tests/Drupal/KernelTests/Core/Asset/DeprecatedAssetsTest.php The data provider for testDeprecatedLibraries.
DeprecatedAssetsTest::testDeprecatedLibraries function core/tests/Drupal/KernelTests/Core/Asset/DeprecatedAssetsTest.php Confirms the status and definition contents of deprecated libraries.
DeprecatedElementTest class core/tests/Drupal/KernelTests/Core/Render/Element/DeprecatedElementTest.php Tests Deprecated Element.
DeprecatedElementTest.php file core/tests/Drupal/KernelTests/Core/Render/Element/DeprecatedElementTest.php
DeprecatedElementTest::$modules property core/tests/Drupal/KernelTests/Core/Render/Element/DeprecatedElementTest.php Modules to install.
DeprecatedElementTest::testBuildInfo function core/tests/Drupal/KernelTests/Core/Render/Element/DeprecatedElementTest.php Tests that render elements can trigger deprecations in their constructor.
DeprecatedElementTest::testDeprecatedStaticMethods function core/tests/Drupal/KernelTests/Core/Render/Element/DeprecatedElementTest.php Test use of static methods trigger deprecations.
DeprecatedModuleTestHooks class core/modules/system/tests/modules/deprecated_module_test/src/Hook/DeprecatedModuleTestHooks.php Hook implementations for deprecated_module_test.
DeprecatedModuleTestHooks.php file core/modules/system/tests/modules/deprecated_module_test/src/Hook/DeprecatedModuleTestHooks.php
DeprecatedModuleTestHooks::systemInfoAlter function core/modules/system/tests/modules/deprecated_module_test/src/Hook/DeprecatedModuleTestHooks.php Implements hook_system_info_alter().
DeprecatedTemplateTest class core/modules/system/tests/src/Functional/Module/DeprecatedTemplateTest.php Tests that the deprecated template is correctly marked.
DeprecatedTemplateTest.php file core/modules/system/tests/src/Functional/Module/DeprecatedTemplateTest.php
DeprecatedTemplateTest::$defaultTheme property core/modules/system/tests/src/Functional/Module/DeprecatedTemplateTest.php The theme to install as the default for testing.
DeprecatedTemplateTest::$modules property core/modules/system/tests/src/Functional/Module/DeprecatedTemplateTest.php Modules to install.
DeprecatedTemplateTest::testDeprecatedTemplate function core/modules/system/tests/src/Functional/Module/DeprecatedTemplateTest.php Tests that the deprecated template is marked as deprecated.
deprecated_module_test.info.yml file core/modules/system/tests/modules/deprecated_module_test/deprecated_module_test.info.yml core/modules/system/tests/modules/deprecated_module_test/deprecated_module_test.info.yml
deprecated_theme_test.info.yml file core/modules/system/tests/themes/deprecated_theme_test/deprecated_theme_test.info.yml core/modules/system/tests/themes/deprecated_theme_test/deprecated_theme_test.info.yml
DeprecationHelperTest class core/tests/Drupal/Tests/Component/Utility/DeprecationHelperTest.php Tests Drupal\Component\Utility\DeprecationHelper.
DeprecationHelperTest.php file core/tests/Drupal/Tests/Component/Utility/DeprecationHelperTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.