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 class core/modules/package_manager/tests/src/Kernel/DirectWriteTest.php Tests Direct Write.
DirectWriteTest.php file core/modules/package_manager/tests/src/Kernel/DirectWriteTest.php
DirectWriteTest::$postRequireMaintenanceMode property core/modules/package_manager/tests/src/Kernel/DirectWriteTest.php Whether we are in maintenance mode after a require operation.
DirectWriteTest::$preRequireMaintenanceMode property core/modules/package_manager/tests/src/Kernel/DirectWriteTest.php Whether we are in maintenance mode before a require operation.
DirectWriteTest::assertNotDirectWrite function core/modules/package_manager/tests/src/Kernel/DirectWriteTest.php Event listener that asserts the sandbox manager isn't in direct-write mode.
DirectWriteTest::getSubscribedEvents function core/modules/package_manager/tests/src/Kernel/DirectWriteTest.php
DirectWriteTest::onPostRequire function core/modules/package_manager/tests/src/Kernel/DirectWriteTest.php Event listener that records the maintenance mode flag on post-require.
DirectWriteTest::onPreRequire function core/modules/package_manager/tests/src/Kernel/DirectWriteTest.php Event listener that records the maintenance mode flag on pre-require.
DirectWriteTest::setUp function core/modules/package_manager/tests/src/Kernel/DirectWriteTest.php
DirectWriteTest::testDirectWriteFlagIsLocked function core/modules/package_manager/tests/src/Kernel/DirectWriteTest.php Tests that the sandbox's direct-write status is part of its locking info.
DirectWriteTest::testMaintenanceModeNotEnteredIfErrorOnPreRequire function core/modules/package_manager/tests/src/Kernel/DirectWriteTest.php Tests that pre-require errors prevent maintenance mode during direct-write.
DirectWriteTest::testPreconditionBypass function core/modules/package_manager/tests/src/Kernel/DirectWriteTest.php Tests that direct-write bypasses certain Composer Stager preconditions.
DirectWriteTest::testSiteNotSandboxedIfDirectWriteGloballyEnabled function core/modules/package_manager/tests/src/Kernel/DirectWriteTest.php Tests direct-write mode when globally enabled.
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 Tests get definition.
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 Tests do get definition.
DiscoveryTraitTest::testDoGetDefinitionException function core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryTraitTest.php Tests do get definition exception.
DiscoveryTraitTest::testGetDefinition function core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryTraitTest.php Tests get definition.
DiscoveryTraitTest::testGetDefinitionException function core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryTraitTest.php Tests get definition exception.
DiscoveryTraitTest::testHasDefinition function core/tests/Drupal/Tests/Component/Plugin/Discovery/DiscoveryTraitTest.php Tests has definition.
DiskSpaceValidatorTest class core/modules/package_manager/tests/src/Kernel/DiskSpaceValidatorTest.php Tests Disk Space Validator.

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