Search for test

  1. Search 7.x for test
  2. Search 8.9.x for test
  3. Search 10.3.x for test
  4. Search 11.x for test
  5. 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
DependencySerializationTest::testSerializationWithoutReverseContainer function core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php @covers ::__sleep[[api-linebreak]]
@covers ::__wakeup[[api-linebreak]]
DependencySerializationTestDummy class core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php Defines a test class which has a single service as dependency.
DependencySerializationTestDummy::$container property core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php The container.
DependencySerializationTestDummy::$service property core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php A test service.
DependencySerializationTestDummy::getServiceIds function core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php Gets the stored service IDs.
DependencySerializationTestDummy::setContainer function core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php
DependencySerializationTestDummy::__construct function core/tests/Drupal/Tests/Core/DependencyInjection/DependencySerializationTest.php Constructs a new TestClass object.
DependencyTest class core/modules/system/tests/src/Functional/Module/DependencyTest.php Enable module without dependency enabled.
DependencyTest class core/tests/Drupal/Tests/Core/Extension/DependencyTest.php @coversDefaultClass \Drupal\Core\Extension\Dependency[[api-linebreak]]
@group Extension
DependencyTest.php file core/tests/Drupal/Tests/Core/Extension/DependencyTest.php
DependencyTest.php file core/modules/system/tests/src/Functional/Module/DependencyTest.php
DependencyTest::$defaultTheme property core/modules/system/tests/src/Functional/Module/DependencyTest.php The theme to install as the default for testing.
DependencyTest::providerCreateFromString function core/tests/Drupal/Tests/Core/Extension/DependencyTest.php Data provider for testCreateFromString.
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 @covers ::createFromString[[api-linebreak]]
@dataProvider providerCreateFromString
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 @covers ::isCompatible[[api-linebreak]]
DependencyTest::testMissingModules function core/modules/system/tests/src/Functional/Module/DependencyTest.php Attempts to enable a module with a missing dependency.
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.
DependencyTest::testUninstallDependents function core/modules/system/tests/src/Functional/Module/DependencyTest.php Tests attempting to uninstall a module that has installed dependents.
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
dependency_version_test.module file core/modules/system/tests/modules/dependency_version_test/dependency_version_test.module Module for testing the dependency version comparisons.
dependency_version_test_system_info_alter function core/modules/system/tests/modules/dependency_version_test/dependency_version_test.module Implements hook_system_info_alter().
DependentAccessTest class core/modules/block_content/tests/src/Unit/Access/DependentAccessTest.php @coversDefaultClass \Drupal\block_content\Access\RefinableDependentAccessTrait[[api-linebreak]]
DependentAccessTest.php file core/modules/block_content/tests/src/Unit/Access/DependentAccessTest.php
DependentAccessTest::$forbidden property core/modules/block_content/tests/src/Unit/Access/DependentAccessTest.php An accessible object that results in forbidden access result.
DependentAccessTest::$neutral property core/modules/block_content/tests/src/Unit/Access/DependentAccessTest.php An accessible object that results in neutral access result.
DependentAccessTest::providerTestSetFirst function core/modules/block_content/tests/src/Unit/Access/DependentAccessTest.php Data provider for all test methods.
DependentAccessTest::setUp function core/modules/block_content/tests/src/Unit/Access/DependentAccessTest.php
DependentAccessTest::testMergeGroup function core/modules/block_content/tests/src/Unit/Access/DependentAccessTest.php Tests merging a new dependency with an existing access group dependency.
DependentAccessTest::testMergeNonGroup function core/modules/block_content/tests/src/Unit/Access/DependentAccessTest.php Tests merging a new dependency with existing non-group access dependency.
DependentAccessTest::testSetAccessDependency function core/modules/block_content/tests/src/Unit/Access/DependentAccessTest.php Tests that the previous dependency is replaced when using set.
DeprecatedBackboneTest class core/tests/Drupal/KernelTests/Core/Asset/DeprecatedBackboneTest.php Checks the deprecation status of Backbone.
DeprecatedBackboneTest.php file core/tests/Drupal/KernelTests/Core/Asset/DeprecatedBackboneTest.php
DeprecatedBackboneTest::$libraryDiscovery property core/tests/Drupal/KernelTests/Core/Asset/DeprecatedBackboneTest.php The library discovery service.
DeprecatedBackboneTest::setUp function core/tests/Drupal/KernelTests/Core/Asset/DeprecatedBackboneTest.php
DeprecatedBackboneTest::testBackboneDeprecation function core/tests/Drupal/KernelTests/Core/Asset/DeprecatedBackboneTest.php Tests that the Backbone library is deprecated.
DeprecatedJqueryFormTest class core/tests/Drupal/KernelTests/Core/Asset/DeprecatedJqueryFormTest.php Checks the deprecation status of jQuery.form.
DeprecatedJqueryFormTest.php file core/tests/Drupal/KernelTests/Core/Asset/DeprecatedJqueryFormTest.php
DeprecatedJqueryFormTest::$libraryDiscovery property core/tests/Drupal/KernelTests/Core/Asset/DeprecatedJqueryFormTest.php The library discovery service.
DeprecatedJqueryFormTest::setUp function core/tests/Drupal/KernelTests/Core/Asset/DeprecatedJqueryFormTest.php
DeprecatedJqueryFormTest::testJqueryFormDeprecation function core/tests/Drupal/KernelTests/Core/Asset/DeprecatedJqueryFormTest.php Tests that the jQuery.form library is deprecated.

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