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
DiffArrayTest::$array1 property core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php Array to use for testing.
DiffArrayTest::$array2 property core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php Array to use for testing.
DiffArrayTest::setUp function core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php
DiffArrayTest::testDiffAssocRecursive function core/tests/Drupal/Tests/Core/Common/DiffArrayTest.php Tests DiffArray::diffAssocRecursive().
DiffEngineTest class core/tests/Drupal/Tests/Component/Diff/Engine/DiffEngineTest.php Test DiffEngine class.
DiffEngineTest.php file core/tests/Drupal/Tests/Component/Diff/Engine/DiffEngineTest.php
DiffEngineTest::provideTestDiff function core/tests/Drupal/Tests/Component/Diff/Engine/DiffEngineTest.php
DiffEngineTest::testDiff function core/tests/Drupal/Tests/Component/Diff/Engine/DiffEngineTest.php Tests whether op classes returned by DiffEngine::diff() match expectations.
DiffEngineTest::testDiffInfiniteLoop function core/tests/Drupal/Tests/Component/Diff/Engine/DiffEngineTest.php Tests that two files can be successfully diffed.
DiffFormatterTest class core/tests/Drupal/Tests/Component/Diff/DiffFormatterTest.php Test DiffFormatter classes.
DiffFormatterTest.php file core/tests/Drupal/Tests/Component/Diff/DiffFormatterTest.php
DiffFormatterTest::provideTestDiff function core/tests/Drupal/Tests/Component/Diff/DiffFormatterTest.php
DiffFormatterTest::testDiff function core/tests/Drupal/Tests/Component/Diff/DiffFormatterTest.php Tests whether op classes returned by DiffEngine::diff() match expectations.
DiffOpTest class core/tests/Drupal/Tests/Component/Diff/Engine/DiffOpTest.php Test DiffOp base class.
DiffOpTest.php file core/tests/Drupal/Tests/Component/Diff/Engine/DiffOpTest.php
DiffOpTest::testReverse function core/tests/Drupal/Tests/Component/Diff/Engine/DiffOpTest.php DiffOp::reverse() always throws an error.
DirectoryTest class core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php Tests operations dealing with directories.
DirectoryTest.php file core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php
DirectoryTest::$modules property core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php Modules to enable.
DirectoryTest::setUp function core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php
DirectoryTest::testDirectoryCreation function core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php Tests directory creation.
DirectoryTest::testFileCheckDirectoryHandling function core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php Test directory handling functions.
DirectoryTest::testFileCheckLocalDirectoryHandling function core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php Test local directory handling functions.
DirectoryTest::testFileCreateNewFilepath function core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php This will take a directory and path, and find a valid filepath that is not
taken by another file.
DirectoryTest::testFileDestination function core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php This will test the filepath for a destination based on passed flags and
whether or not the file exists.
DirectoryTest::testFileDirectoryTemp function core/tests/Drupal/KernelTests/Core/File/DirectoryTest.php Ensure that the getTempDirectory() method always returns a value.
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 enable.
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
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 @coversDefaultClass \Drupal\Core\DrupalKernel[[api-linebreak]]
@group 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 @coversDefaultClass \Drupal\Component\Plugin\Discovery\DiscoveryCachedTrait[[api-linebreak]]
@uses \Drupal\Component\Plugin\Discovery\DiscoveryTrait
@group Plugin
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 @covers ::getDefinition[[api-linebreak]]
@dataProvider providerGetDefinition
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.

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