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. Search main for test
  6. 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
PluginIdTest class core/tests/Drupal/Tests/Component/Annotation/PluginIdTest.php Tests Drupal\Component\Annotation\PluginID.
PluginIdTest.php file core/tests/Drupal/Tests/Component/Annotation/PluginIdTest.php
PluginIdTest.php file core/tests/Drupal/Tests/Component/Plugin/Attribute/PluginIdTest.php
PluginIdTest::testGet function core/tests/Drupal/Tests/Component/Plugin/Attribute/PluginIdTest.php Tests get.
PluginIdTest::testGet function core/tests/Drupal/Tests/Component/Annotation/PluginIdTest.php Tests get.
PluginIdTest::testGetId function core/tests/Drupal/Tests/Component/Annotation/PluginIdTest.php Tests get id.
PluginInstanceTest class core/modules/views/tests/src/Kernel/PluginInstanceTest.php Tests that an instance of all views plugins can be created.
PluginInstanceTest.php file core/modules/views/tests/src/Kernel/PluginInstanceTest.php
PluginInstanceTest::$definitions property core/modules/views/tests/src/Kernel/PluginInstanceTest.php An array of plugin definitions, keyed by plugin type.
PluginInstanceTest::$deprecatedPlugins property core/modules/views/tests/src/Kernel/PluginInstanceTest.php List of deprecated plugin classes.
PluginInstanceTest::$modules property core/modules/views/tests/src/Kernel/PluginInstanceTest.php Modules to install.
PluginInstanceTest::$pluginTypes property core/modules/views/tests/src/Kernel/PluginInstanceTest.php All views plugin types.
PluginInstanceTest::assertPluginInstances function core/modules/views/tests/src/Kernel/PluginInstanceTest.php Asserts that instances of every views plugin can be created.
PluginInstanceTest::setUp function core/modules/views/tests/src/Kernel/PluginInstanceTest.php
PluginInstanceTest::testPluginData function core/modules/views/tests/src/Kernel/PluginInstanceTest.php Confirms that there is plugin data for all views plugin types.
PluginInstanceTest::testPluginInstances function core/modules/views/tests/src/Kernel/PluginInstanceTest.php Tests creating instances of every views plugin.
PluginKernelTestBase class core/modules/views/tests/src/Kernel/Plugin/PluginKernelTestBase.php Base test class for views plugin unit tests.
PluginKernelTestBase.php file core/modules/views/tests/src/Kernel/Plugin/PluginKernelTestBase.php
PluginManagerBaseTest class core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php Tests Drupal\Component\Plugin\PluginManagerBase.
PluginManagerBaseTest.php file core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php
PluginManagerBaseTest::createInstanceCallback function core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php A callback method for mocking FactoryInterface objects.
PluginManagerBaseTest::getMockFactoryInterface function core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php Generates a mocked FactoryInterface object with known properties.
PluginManagerBaseTest::testCreateInstance function core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php Tests createInstance() with no fallback methods.
PluginManagerBaseTest::testCreateInstanceFallback function core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php Tests createInstance() with a fallback method.
PluginManagerBaseTest::testGetInstance function core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php Tests get instance.
PluginManagerBaseTest::testGetInstanceWithoutMapperShouldThrowException function core/tests/Drupal/Tests/Component/Plugin/PluginManagerBaseTest.php Tests get instance without mapper should throw exception.
PluginSettingsBaseTest class core/tests/Drupal/Tests/Core/Field/PluginSettingsBaseTest.php Tests Drupal\Core\Field\PluginSettingsBase.
PluginSettingsBaseTest.php file core/tests/Drupal/Tests/Core/Field/PluginSettingsBaseTest.php
PluginSettingsBaseTest::testGetThirdPartySettings function core/tests/Drupal/Tests/Core/Field/PluginSettingsBaseTest.php Tests get third party settings.
PluginTest class core/tests/Drupal/Tests/Component/Plugin/Attribute/PluginTest.php Tests Drupal\Component\Plugin\Attribute\Plugin.
PluginTest class core/tests/Drupal/Tests/Component/Annotation/PluginTest.php Tests Drupal\Component\Annotation\Plugin.
PluginTest.php file core/tests/Drupal/Tests/Component/Annotation/PluginTest.php
PluginTest.php file core/tests/Drupal/Tests/Component/Plugin/Attribute/PluginTest.php
PluginTest::testGet function core/tests/Drupal/Tests/Component/Plugin/Attribute/PluginTest.php @legacy-covers ::__construct
@legacy-covers ::get
PluginTest::testGet function core/tests/Drupal/Tests/Component/Annotation/PluginTest.php @legacy-covers ::__construct
@legacy-covers ::parse
@legacy-covers ::get
PluginTest::testGetClass function core/tests/Drupal/Tests/Component/Annotation/PluginTest.php Tests get class.
PluginTest::testGetId function core/tests/Drupal/Tests/Component/Annotation/PluginTest.php Tests get id.
PluginTest::testGetId function core/tests/Drupal/Tests/Component/Plugin/Attribute/PluginTest.php Tests get id.
PluginTest::testGetProvider function core/tests/Drupal/Tests/Component/Annotation/PluginTest.php Tests get provider.
PluginTest::testSetClass function core/tests/Drupal/Tests/Component/Annotation/PluginTest.php Tests set class.
PluginTest::testSetClass function core/tests/Drupal/Tests/Component/Plugin/Attribute/PluginTest.php @legacy-covers ::setClass
@legacy-covers ::getClass
PluginTest::testSetProvider function core/tests/Drupal/Tests/Component/Plugin/Attribute/PluginTest.php @legacy-covers ::setProvider
@legacy-covers ::getProvider
PluginTest::testSetProvider function core/tests/Drupal/Tests/Component/Annotation/PluginTest.php Tests set provider.
PluginTestBase class core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php Base class for Plugin API unit tests.
PluginTestBase.php file core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php
PluginTestBase::$defaultsTestPluginExpectedDefinitions property core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php The expected plugin definitions for the defaults plugin.
PluginTestBase::$defaultsTestPluginManager property core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php The default plugin manager used by Plugin API unit tests.
PluginTestBase::$mockBlockExpectedDefinitions property core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php The expected plugin definitions for the mock block plugin.
PluginTestBase::$mockBlockManager property core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php The mock plugin manager used by Plugin API derivative unit tests.
PluginTestBase::$modules property core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php Modules to install.

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