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
PluginTestBase::$testPluginExpectedDefinitions property core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php The expected plugin definitions for the test plugin.
PluginTestBase::$testPluginManager property core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php The test plugin manager used by Plugin API unit tests.
PluginTestBase::setUp function core/tests/Drupal/KernelTests/Core/Plugin/PluginTestBase.php
PluginTestHooks class core/modules/system/tests/modules/plugin_test/src/Hook/PluginTestHooks.php Hook implementations for plugin_test.
PluginTestHooks.php file core/modules/system/tests/modules/plugin_test/src/Hook/PluginTestHooks.php
PluginTestHooks::pluginTestAlter function core/modules/system/tests/modules/plugin_test/src/Hook/PluginTestHooks.php Implements hook_plugin_test_alter().
PluginTestHooks::testPluginInfo function core/modules/system/tests/modules/plugin_test/src/Hook/PluginTestHooks.php Implements hook_test_plugin_info().
PluginTypeListTest class core/modules/views/tests/src/Unit/PluginTypeListTest.php Tests that list of plugin is correct.
PluginTypeListTest.php file core/modules/views/tests/src/Unit/PluginTypeListTest.php
PluginTypeListTest::testPluginList function core/modules/views/tests/src/Unit/PluginTypeListTest.php Tests the plugins list is correct.
PluginWithFormsTraitTest class core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php Tests Drupal\Core\Plugin\PluginWithFormsTrait.
PluginWithFormsTraitTest.php file core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php
PluginWithFormsTraitTest::providerGetFormClass function core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php
PluginWithFormsTraitTest::testGetFormClass function core/tests/Drupal/Tests/Core/Plugin/PluginWithFormsTraitTest.php Tests get form class.
plugin_test.info.yml file core/modules/system/tests/modules/plugin_test/plugin_test.info.yml core/modules/system/tests/modules/plugin_test/plugin_test.info.yml
plugin_test_extended.info.yml file core/modules/system/tests/modules/plugin_test_extended/plugin_test_extended.info.yml core/modules/system/tests/modules/plugin_test_extended/plugin_test_extended.info.yml
PluralTranslatableMarkupTest class core/tests/Drupal/Tests/Core/StringTranslation/PluralTranslatableMarkupTest.php Tests the TranslatableMarkup class.
PluralTranslatableMarkupTest.php file core/tests/Drupal/Tests/Core/StringTranslation/PluralTranslatableMarkupTest.php
PluralTranslatableMarkupTest::providerPluralTranslatableMarkupSerialization function core/tests/Drupal/Tests/Core/StringTranslation/PluralTranslatableMarkupTest.php Data provider for ::testPluralTranslatableMarkupSerialization().
PluralTranslatableMarkupTest::testMissingPluralTranslation function core/tests/Drupal/Tests/Core/StringTranslation/PluralTranslatableMarkupTest.php Tests when the plural translation is missing.
PluralTranslatableMarkupTest::testPluralTranslatableMarkupSerialization function core/tests/Drupal/Tests/Core/StringTranslation/PluralTranslatableMarkupTest.php Tests serialization of PluralTranslatableMarkup().
PluralTranslationTest class core/tests/Drupal/Tests/Core/Annotation/PluralTranslationTest.php Tests Drupal\Core\Annotation\PluralTranslation.
PluralTranslationTest.php file core/tests/Drupal/Tests/Core/Annotation/PluralTranslationTest.php
PluralTranslationTest::providerTestGet function core/tests/Drupal/Tests/Core/Annotation/PluralTranslationTest.php Provides data to self::testGet().
PluralTranslationTest::providerTestMissingData function core/tests/Drupal/Tests/Core/Annotation/PluralTranslationTest.php
PluralTranslationTest::testGet function core/tests/Drupal/Tests/Core/Annotation/PluralTranslationTest.php Tests get.
PluralTranslationTest::testMissingData function core/tests/Drupal/Tests/Core/Annotation/PluralTranslationTest.php Tests missing data.
PoHeaderTest class core/tests/Drupal/Tests/Component/Gettext/PoHeaderTest.php Unit tests for the Gettext PO file header handling features.
PoHeaderTest.php file core/tests/Drupal/Tests/Component/Gettext/PoHeaderTest.php
PoHeaderTest::providerTestPluralsFormula function core/tests/Drupal/Tests/Component/Gettext/PoHeaderTest.php Data provider for testPluralsFormula.
PoHeaderTest::testPluralsFormula function core/tests/Drupal/Tests/Component/Gettext/PoHeaderTest.php Tests that plural expressions are evaluated correctly.
PoItemTest class core/tests/Drupal/Tests/Component/Gettext/PoItemTest.php Tests Drupal\Component\Gettext\PoItem.
PoItemTest.php file core/tests/Drupal/Tests/Component/Gettext/PoItemTest.php
PoItemTest::providerStrings function core/tests/Drupal/Tests/Component/Gettext/PoItemTest.php
PoItemTest::testFormat function core/tests/Drupal/Tests/Component/Gettext/PoItemTest.php #[DataProvider('providerStrings')]
position.shim.test.css file core/modules/system/tests/modules/position_shim_test/css/position.shim.test.css body {
overflow-x: hidden;
}
#position-reference-1 {
width: 200px;
height: 200px;
margin: 75px 100px;
border: 1px solid black;
}

.test-tip {
width: 75px;
height: 75px;
border: 1px solid blue;
}

[data-off-canvas-main-canvas] {
PositionShimTestController class core/modules/system/tests/modules/position_shim_test/src/Controller/PositionShimTestController.php The position shim test controller.
PositionShimTestController.php file core/modules/system/tests/modules/position_shim_test/src/Controller/PositionShimTestController.php
PositionShimTestController::build function core/modules/system/tests/modules/position_shim_test/src/Controller/PositionShimTestController.php Provides a page with the jQuery UI position library for testing.
PositionShimTestPortedJqueryTestsController class core/modules/system/tests/modules/position_shim_test/src/Controller/PositionShimTestPortedJqueryTestsController.php Controller for the testing jQuery UI position shim.
PositionShimTestPortedJqueryTestsController.php file core/modules/system/tests/modules/position_shim_test/src/Controller/PositionShimTestPortedJqueryTestsController.php
PositionShimTestPortedJqueryTestsController::build function core/modules/system/tests/modules/position_shim_test/src/Controller/PositionShimTestPortedJqueryTestsController.php Provides a page with the jQuery UI position library for testing.
position_shim_test.info.yml file core/modules/system/tests/modules/position_shim_test/position_shim_test.info.yml core/modules/system/tests/modules/position_shim_test/position_shim_test.info.yml
position_shim_test.libraries.yml file core/modules/system/tests/modules/position_shim_test/position_shim_test.libraries.yml core/modules/system/tests/modules/position_shim_test/position_shim_test.libraries.yml
position_shim_test.routing.yml file core/modules/system/tests/modules/position_shim_test/position_shim_test.routing.yml core/modules/system/tests/modules/position_shim_test/position_shim_test.routing.yml
PostgresqlDateSqlTest class core/modules/views/tests/src/Unit/Plugin/views/query/PostgresqlDateSqlTest.php Tests the PostgreSQL-specific date query handler.
PostgresqlDateSqlTest.php file core/modules/views/tests/src/Unit/Plugin/views/query/PostgresqlDateSqlTest.php
PostgresqlDateSqlTest::$database property core/modules/views/tests/src/Unit/Plugin/views/query/PostgresqlDateSqlTest.php The mocked database service.
PostgresqlDateSqlTest::providerTestGetDateFormat function core/modules/views/tests/src/Unit/Plugin/views/query/PostgresqlDateSqlTest.php Provider for date formatting test.
PostgresqlDateSqlTest::setUp function core/modules/views/tests/src/Unit/Plugin/views/query/PostgresqlDateSqlTest.php

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