Search for test

  1. Search 7.x for test
  2. Search 8.9.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
ExternalNormalizersTest::VALUE_OVERRIDDEN constant core/modules/jsonapi/tests/src/Functional/ExternalNormalizersTest.php The expected overridden value for the test field.
external_translated_test_node.yml file core/modules/migrate/tests/modules/migrate_external_translated_test/migrations/external_translated_test_node.yml core/modules/migrate/tests/modules/migrate_external_translated_test/migrations/external_translated_test_node.yml
external_translated_test_node_translation.yml file core/modules/migrate/tests/modules/migrate_external_translated_test/migrations/external_translated_test_node_translation.yml core/modules/migrate/tests/modules/migrate_external_translated_test/migrations/external_translated_test_node_translation.yml
ExtractTest class core/modules/migrate/tests/src/Kernel/process/ExtractTest.php Tests the extract process plugin.
ExtractTest class core/modules/migrate/tests/src/Unit/process/ExtractTest.php @coversDefaultClass \Drupal\migrate\Plugin\migrate\process\Extract[[api-linebreak]]
@group migrate
ExtractTest.php file core/modules/migrate/tests/src/Unit/process/ExtractTest.php
ExtractTest.php file core/modules/migrate/tests/src/Kernel/process/ExtractTest.php
ExtractTest::$modules property core/modules/migrate/tests/src/Kernel/process/ExtractTest.php Modules to enable.
ExtractTest::getDefinition function core/modules/migrate/tests/src/Kernel/process/ExtractTest.php Returns test migration definition.
ExtractTest::multipleValueProviderSource function core/modules/migrate/tests/src/Kernel/process/ExtractTest.php Provides multiple source data for "extract" process plugin test.
ExtractTest::providerExtractDefault function core/modules/migrate/tests/src/Unit/process/ExtractTest.php Data provider for testExtractDefault.
ExtractTest::providerTestExtractInvalid function core/modules/migrate/tests/src/Unit/process/ExtractTest.php Provides data for the testExtractInvalid.
ExtractTest::setUp function core/modules/migrate/tests/src/Unit/process/ExtractTest.php
ExtractTest::testExtract function core/modules/migrate/tests/src/Unit/process/ExtractTest.php Tests successful extraction.
ExtractTest::testExtractDefault function core/modules/migrate/tests/src/Unit/process/ExtractTest.php Test the extract plugin with default values.
ExtractTest::testExtractFail function core/modules/migrate/tests/src/Unit/process/ExtractTest.php Tests unsuccessful extraction.
ExtractTest::testExtractFailDefault function core/modules/migrate/tests/src/Unit/process/ExtractTest.php Tests unsuccessful extraction.
ExtractTest::testExtractInvalid function core/modules/migrate/tests/src/Unit/process/ExtractTest.php Tests invalid input.
ExtractTest::testMultipleValueExplode function core/modules/migrate/tests/src/Kernel/process/ExtractTest.php Tests multiple value handling.
FactoryTest class core/tests/Drupal/KernelTests/Core/Plugin/FactoryTest.php Tests that plugins are correctly instantiated.
FactoryTest.php file core/tests/Drupal/KernelTests/Core/Plugin/FactoryTest.php
FactoryTest::$modules property core/tests/Drupal/KernelTests/Core/Plugin/FactoryTest.php Modules to enable.
FactoryTest::testDefaultFactory function core/tests/Drupal/KernelTests/Core/Plugin/FactoryTest.php Tests that DefaultFactory can create a plugin instance.
FactoryTest::testReflectionFactory function core/tests/Drupal/KernelTests/Core/Plugin/FactoryTest.php Tests that the Reflection factory can create a plugin instance.
Fast404Test class core/tests/Drupal/FunctionalTests/EventSubscriber/Fast404Test.php Tests the fast 404 functionality.
Fast404Test.php file core/tests/Drupal/FunctionalTests/EventSubscriber/Fast404Test.php
Fast404Test::$defaultTheme property core/tests/Drupal/FunctionalTests/EventSubscriber/Fast404Test.php The theme to install as the default for testing.
Fast404Test::$modules property core/tests/Drupal/FunctionalTests/EventSubscriber/Fast404Test.php Modules to enable.
Fast404Test::testFast404 function core/tests/Drupal/FunctionalTests/EventSubscriber/Fast404Test.php Tests the fast 404 functionality.
Fast404Test::testFast404PrivateFiles function core/tests/Drupal/FunctionalTests/EventSubscriber/Fast404Test.php Tests the fast 404 functionality.
FastTest class core/modules/system/tests/src/Functional/Theme/FastTest.php Tests autocompletion not loading registry.
FastTest.php file core/modules/system/tests/src/Functional/Theme/FastTest.php
FastTest::$account property core/modules/system/tests/src/Functional/Theme/FastTest.php User allowed to access use profiles.
FastTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/FastTest.php The theme to install as the default for testing.
FastTest::$modules property core/modules/system/tests/src/Functional/Theme/FastTest.php Modules to enable.
FastTest::setUp function core/modules/system/tests/src/Functional/Theme/FastTest.php
FastTest::testUserAutocomplete function core/modules/system/tests/src/Functional/Theme/FastTest.php Tests access to user autocompletion and verify the correct results.
FavoriteAnimalTestForm class core/modules/block/tests/modules/block_test/src/Form/FavoriteAnimalTestForm.php Form that performs favorite animal test.
FavoriteAnimalTestForm.php file core/modules/block/tests/modules/block_test/src/Form/FavoriteAnimalTestForm.php
FavoriteAnimalTestForm::buildForm function core/modules/block/tests/modules/block_test/src/Form/FavoriteAnimalTestForm.php Form constructor.
FavoriteAnimalTestForm::getFormId function core/modules/block/tests/modules/block_test/src/Form/FavoriteAnimalTestForm.php Returns a unique string identifying the form.
FavoriteAnimalTestForm::submitForm function core/modules/block/tests/modules/block_test/src/Form/FavoriteAnimalTestForm.php Form submission handler.
FeedAdminDisplayTest class core/modules/aggregator/tests/src/Functional/FeedAdminDisplayTest.php Tests the display of a feed on the Aggregator list page.
FeedAdminDisplayTest.php file core/modules/aggregator/tests/src/Functional/FeedAdminDisplayTest.php
FeedAdminDisplayTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/FeedAdminDisplayTest.php The theme to install as the default for testing.
FeedAdminDisplayTest::randomMachineName function core/modules/aggregator/tests/src/Functional/FeedAdminDisplayTest.php Generates a unique random string containing letters and numbers.
FeedAdminDisplayTest::testFeedUpdateFields function core/modules/aggregator/tests/src/Functional/FeedAdminDisplayTest.php Tests the "Next update" and "Last update" fields.
FeedCacheTagsTest class core/modules/aggregator/tests/src/Functional/FeedCacheTagsTest.php Tests the Feed entity's cache tags.
FeedCacheTagsTest.php file core/modules/aggregator/tests/src/Functional/FeedCacheTagsTest.php
FeedCacheTagsTest::$defaultTheme property core/modules/aggregator/tests/src/Functional/FeedCacheTagsTest.php The theme to install as the default for testing.

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