Search for test

  1. Search 7.x for test
  2. Search 9.5.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
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::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 that depends on an incompatible version of a module.
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::testOffsetGet function core/tests/Drupal/Tests/Core/Extension/DependencyTest.php @covers ::offsetGet[[api-linebreak]]
@group legacy
@expectedDeprecation Array access to the Drupal\Core\Extension\Dependency name property is deprecated. Use Drupal\Core\Extension\Dependency::getName() instead. See…
DependencyTest::testOffsetGetException function core/tests/Drupal/Tests/Core/Extension/DependencyTest.php @covers ::offsetGet[[api-linebreak]]
@group legacy
DependencyTest::testOffsetSet function core/tests/Drupal/Tests/Core/Extension/DependencyTest.php @covers ::offsetSet[[api-linebreak]]
@group legacy
DependencyTest::testOffsetTest function core/tests/Drupal/Tests/Core/Extension/DependencyTest.php @covers ::offsetExists[[api-linebreak]]
@group legacy
@expectedDeprecation Array access to Drupal\Core\Extension\Dependency properties is deprecated. Use accessor methods instead. See https://www.drupal.org/node/2756875
DependencyTest::testOffsetUnset function core/tests/Drupal/Tests/Core/Extension/DependencyTest.php @covers ::offsetUnset[[api-linebreak]]
@group legacy
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.
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 Dataprovider 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 Test that the previous dependency is replaced when using set.
DeprecatedClassesTest class core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php Tests deprecation of path alias core service classes.
DeprecatedClassesTest.php file core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php
DeprecatedClassesTest::$aliasManager property core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php
DeprecatedClassesTest::$aliasRepository property core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php
DeprecatedClassesTest::$aliasWhitelist property core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php
DeprecatedClassesTest::$cache property core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php
DeprecatedClassesTest::$currentPathStack property core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php
DeprecatedClassesTest::$languageManager property core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php
DeprecatedClassesTest::$lock property core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php
DeprecatedClassesTest::$state property core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php
DeprecatedClassesTest::assertDeprecatedConstructorParameter function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php Test that deprecation for the \Drupal\Core\Path\AliasManagerInterface.
DeprecatedClassesTest::setUp function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php
DeprecatedClassesTest::testAliasManager function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\path_alias\AliasManager::__construct[[api-linebreak]]
DeprecatedClassesTest::testAliasPathProcessor function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\path_alias\PathProcessor\AliasPathProcessor::__construct[[api-linebreak]]
DeprecatedClassesTest::testAliasWhitelist function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\path_alias\AliasWhitelist::__construct[[api-linebreak]]
DeprecatedClassesTest::testCoreAliasManager function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\Core\Path\AliasManager::__construct[[api-linebreak]]
DeprecatedClassesTest::testCoreAliasWhitelist function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\Core\Path\AliasWhitelist::__construct[[api-linebreak]]
DeprecatedClassesTest::testDeprecatedRawConstructorParameters function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\views\Plugin\views\argument_default\Raw::__construct[[api-linebreak]]
DeprecatedClassesTest::testDeprecatedRequestPathConstructorParameters function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\system\Plugin\Condition\RequestPath::__construct[[api-linebreak]]
DeprecatedClassesTest::testDeprecatedSystemInformationFormConstructorParameters function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\system\Form\SiteInformationForm::__construct[[api-linebreak]]
DeprecatedClassesTest::testPathAliasSubscriber function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\path_alias\EventSubscriber\PathAliasSubscriber::__construct[[api-linebreak]]
DeprecatedClassesTest::testPathProcessorAlias function core/modules/path_alias/tests/src/Unit/DeprecatedClassesTest.php @covers \Drupal\Core\PathProcessor\PathProcessorAlias::__construct[[api-linebreak]]

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