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. 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
DirectWriteTest::testSiteSandboxedIfDirectWriteGloballyDisabled function core/modules/package_manager/tests/src/Kernel/DirectWriteTest.php Tests that direct-write does not work if it is globally disabled.
DisabledDisplayTest class core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php Tests the ability to disable and enable view displays.
DisabledDisplayTest.php file core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php
DisabledDisplayTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php The theme to install as the default for testing.
DisabledDisplayTest::$modules property core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php Modules to install.
DisabledDisplayTest::$testViews property core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php Views used by this test.
DisabledDisplayTest::setUp function core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php Sets up the test.
DisabledDisplayTest::testDisabledDisplays function core/modules/views/tests/src/Functional/Plugin/DisabledDisplayTest.php Tests that views displays can be disabled.
DiscoverServiceProvidersTest class core/tests/Drupal/Tests/Core/DrupalKernel/DiscoverServiceProvidersTest.php Tests Drupal\Core\DrupalKernel.
DiscoverServiceProvidersTest.php file core/tests/Drupal/Tests/Core/DrupalKernel/DiscoverServiceProvidersTest.php
DiscoverServiceProvidersTest::testDiscoverServiceCustom function core/tests/Drupal/Tests/Core/DrupalKernel/DiscoverServiceProvidersTest.php Tests discovery with user defined container yaml.
DiscoverServiceProvidersTest::testDiscoverServiceNoContainerYamls function core/tests/Drupal/Tests/Core/DrupalKernel/DiscoverServiceProvidersTest.php Tests the exception when container_yamls is not set.
DiscoveryCachedTraitTest class core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryCachedTraitTest.php Tests Drupal\Component\Plugin\Discovery\DiscoveryCachedTrait.
DiscoveryCachedTraitTest.php file core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryCachedTraitTest.php
DiscoveryCachedTraitTest::providerGetDefinition function core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryCachedTraitTest.php Data provider for testGetDefinition().
DiscoveryCachedTraitTest::testGetDefinition function core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryCachedTraitTest.php @legacy-covers ::getDefinition
DiscoveryTest1 class core/tests/Drupal/Tests/Component/Annotation/Fixtures/PluginNamespace/DiscoveryTest1.php Provides a custom test plugin.
DiscoveryTest1.php file core/tests/Drupal/Tests/Component/Annotation/Fixtures/PluginNamespace/DiscoveryTest1.php
discoverytest2.yml file core/tests/Drupal/Tests/Component/Annotation/Fixtures/PluginNamespace/discoverytest2.yml core/tests/Drupal/Tests/Component/Annotation/Fixtures/PluginNamespace/discoverytest2.yml
DiscoveryTestBase class core/tests/Drupal/KernelTests/Core/Plugin/Discovery/DiscoveryTestBase.php Base class for plugin discovery tests.
DiscoveryTestBase.php file core/tests/Drupal/KernelTests/Core/Plugin/Discovery/DiscoveryTestBase.php
DiscoveryTestBase::$discovery property core/tests/Drupal/KernelTests/Core/Plugin/Discovery/DiscoveryTestBase.php The discovery component to test.
DiscoveryTestBase::$emptyDiscovery property core/tests/Drupal/KernelTests/Core/Plugin/Discovery/DiscoveryTestBase.php An empty discovery component.
DiscoveryTestBase::$expectedDefinitions property core/tests/Drupal/KernelTests/Core/Plugin/Discovery/DiscoveryTestBase.php The plugin definitions the discovery component is expected to discover.
DiscoveryTestBase::assertDefinitionIdentical function core/tests/Drupal/KernelTests/Core/Plugin/Discovery/DiscoveryTestBase.php Asserts a definition against an expected definition.
DiscoveryTestBase::testDiscoveryInterface function core/tests/Drupal/KernelTests/Core/Plugin/Discovery/DiscoveryTestBase.php Tests getDefinitions() and getDefinition().
DiscoveryTraitTest class core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryTraitTest.php Tests Drupal\Component\Plugin\Discovery\DiscoveryTrait.
DiscoveryTraitTest.php file core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryTraitTest.php
DiscoveryTraitTest::providerDoGetDefinition function core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryTraitTest.php Data provider for testDoGetDefinition().
DiscoveryTraitTest::providerDoGetDefinitionException function core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryTraitTest.php Data provider for testDoGetDefinitionException()
DiscoveryTraitTest::providerHasDefinition function core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryTraitTest.php Data provider for testHasDefinition().
DiscoveryTraitTest::testDoGetDefinition function core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryTraitTest.php @legacy-covers ::doGetDefinition
DiscoveryTraitTest::testDoGetDefinitionException function core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryTraitTest.php @legacy-covers ::doGetDefinition
DiscoveryTraitTest::testGetDefinition function core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryTraitTest.php @legacy-covers ::getDefinition
DiscoveryTraitTest::testGetDefinitionException function core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryTraitTest.php @legacy-covers ::getDefinition
DiscoveryTraitTest::testHasDefinition function core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryTraitTest.php @legacy-covers ::hasDefinition
DiskSpaceValidatorTest class core/modules/package_manager/tests/src/Kernel/DiskSpaceValidatorTest.php Tests Disk Space Validator.
DiskSpaceValidatorTest.php file core/modules/package_manager/tests/src/Kernel/DiskSpaceValidatorTest.php
DiskSpaceValidatorTest::providerDiskSpaceValidation function core/modules/package_manager/tests/src/Kernel/DiskSpaceValidatorTest.php Data provider for testDiskSpaceValidation().
DiskSpaceValidatorTest::testDiskSpaceValidation function core/modules/package_manager/tests/src/Kernel/DiskSpaceValidatorTest.php Tests disk space validation.
DiskSpaceValidatorTest::testDiskSpaceValidationDuringPreApply function core/modules/package_manager/tests/src/Kernel/DiskSpaceValidatorTest.php Tests disk space validation during pre-apply.
DisplayApiTest class core/modules/field/tests/src/Kernel/DisplayApiTest.php Tests the field display API.
DisplayApiTest.php file core/modules/field/tests/src/Kernel/DisplayApiTest.php
DisplayApiTest::$cardinality property core/modules/field/tests/src/Kernel/DisplayApiTest.php The field cardinality to use in this test.
DisplayApiTest::$displayOptions property core/modules/field/tests/src/Kernel/DisplayApiTest.php The field display options to use in this test.
DisplayApiTest::$entity property core/modules/field/tests/src/Kernel/DisplayApiTest.php The test entity.
DisplayApiTest::$fieldName property core/modules/field/tests/src/Kernel/DisplayApiTest.php The field name to use in this test.
DisplayApiTest::$label property core/modules/field/tests/src/Kernel/DisplayApiTest.php The field label to use in this test.
DisplayApiTest::$values property core/modules/field/tests/src/Kernel/DisplayApiTest.php An array of random values, in the format expected for field values.
DisplayApiTest::setUp function core/modules/field/tests/src/Kernel/DisplayApiTest.php Set the default field storage backend for fields created during tests.

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