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
ImportOpmlTest::validateImportFormFields function core/modules/aggregator/tests/src/Functional/ImportOpmlTest.php Submits form filled with invalid fields.
ImportStorageTransformerTest class core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php Tests the import storage transformer.
ImportStorageTransformerTest.php file core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php
ImportStorageTransformerTest::$modules property core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php Modules to enable.
ImportStorageTransformerTest::setUp function core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php
ImportStorageTransformerTest::testTransform function core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php Tests the import transformation.
ImportStorageTransformerTest::testTransformLocked function core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php Tests that the import transformer throws an exception.
ImportStorageTransformerTest::testTransformWhileImporting function core/tests/Drupal/KernelTests/Core/Config/ImportStorageTransformerTest.php Tests the import transformer during a running config import.
IndexPhpTest class core/modules/system/tests/src/Functional/System/IndexPhpTest.php Tests the handling of requests containing 'index.php'.
IndexPhpTest.php file core/modules/system/tests/src/Functional/System/IndexPhpTest.php
IndexPhpTest::$defaultTheme property core/modules/system/tests/src/Functional/System/IndexPhpTest.php The theme to install as the default for testing.
IndexPhpTest::setUp function core/modules/system/tests/src/Functional/System/IndexPhpTest.php
IndexPhpTest::testIndexPhpHandling function core/modules/system/tests/src/Functional/System/IndexPhpTest.php Tests index.php handling.
InfoAlterTest class core/modules/system/tests/src/Kernel/System/InfoAlterTest.php Tests the effectiveness of hook_system_info_alter().
InfoAlterTest.php file core/modules/system/tests/src/Kernel/System/InfoAlterTest.php
InfoAlterTest::$modules property core/modules/system/tests/src/Kernel/System/InfoAlterTest.php Modules to enable.
InfoAlterTest::testSystemInfoAlter function core/modules/system/tests/src/Kernel/System/InfoAlterTest.php Tests that theme .info.yml data is rebuild after enabling a module.
InfoParserUnitTest class core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests InfoParser class and exception.
InfoParserUnitTest.php file core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php
InfoParserUnitTest::$infoParser property core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php The InfoParser object.
InfoParserUnitTest::providerCore8x function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Data provider for testCore8x().
InfoParserUnitTest::providerCoreIncompatibility function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Data provider for testCoreIncompatibility().
InfoParserUnitTest::providerCoreVersionRequirementInvalid function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Data provider for testCoreVersionRequirementInvalid().
InfoParserUnitTest::providerCoreWithoutCoreVersionRequirement function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php DataProvider for testCoreWithoutCoreVersionRequirement().
InfoParserUnitTest::providerInvalidCore function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php
InfoParserUnitTest::providerInvalidLifecycle function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Data provider for testInvalidLifecycle().
InfoParserUnitTest::providerLifecycleLink function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Data provider for testLifecycleLink().
InfoParserUnitTest::providerValidLifecycle function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Data provider for testValidLifecycle().
InfoParserUnitTest::setUp function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php
InfoParserUnitTest::testCore8x function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests a 'core: 8.x' with different values for 'core_version_requirement'.
InfoParserUnitTest::testCore8xNoCoreVersionRequirement function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests an info file with 'core: 8.x' but without 'core_version_requirement'.
InfoParserUnitTest::testCoreCoreVersionRequirement88 function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests that 'core_version_requirement: ^8.8' is invalid with a 'core' key.
InfoParserUnitTest::testCoreIncompatibility function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php @covers ::parse[[api-linebreak]]
InfoParserUnitTest::testCoreVersionRequirement88 function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests that 'core_version_requirement: ^8.8' is valid with no 'core' key.
InfoParserUnitTest::testCoreVersionRequirementInvalid function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests a invalid 'core_version_requirement'.
InfoParserUnitTest::testCoreWithoutCoreVersionRequirement function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests setting the 'core' key without the 'core_version_requirement' key.
InfoParserUnitTest::testInfoParserBroken function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests if correct exception is thrown for a broken info file.
InfoParserUnitTest::testInfoParserCommonInfo function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests common info file.
InfoParserUnitTest::testInfoParserCoreInfo function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests common info file.
InfoParserUnitTest::testInfoParserMissingKey function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests that missing required key is detected.
InfoParserUnitTest::testInfoParserMissingKeys function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests that missing required keys are detected.
InfoParserUnitTest::testInfoParserNonExisting function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests the functionality of the infoParser object.
InfoParserUnitTest::testInvalidCore function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests a invalid 'core' key.
InfoParserUnitTest::testInvalidLifecycle function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests an info file with invalid lifecycle values.
InfoParserUnitTest::testLifecycleLink function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests an info file's lifecycle_link values.
InfoParserUnitTest::testMissingCoreCoreVersionRequirement function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests that missing 'core' and 'core_version_requirement' keys are detected.
InfoParserUnitTest::testProfile function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests a profile info file.
InfoParserUnitTest::testTestingPackageMissingCoreCoreVersionRequirement function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests that Testing package modules use a default core_version_requirement.
InfoParserUnitTest::testUnparsableCoreVersionRequirement function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests the exception for an unparsable 'core_version_requirement' value.
InfoParserUnitTest::testValidLifecycle function core/tests/Drupal/Tests/Core/Extension/InfoParserUnitTest.php Tests an info file with valid lifecycle values.

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