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. 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
PrivateTempStoreTest::testGet function core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php Tests the get() method.
PrivateTempStoreTest::testGetMetadata function core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php Tests the getMetadata() method.
PrivateTempStoreTest::testGetMetadata function core/modules/user/tests/src/Unit/PrivateTempStoreTest.php Tests the getMetadata() method.
PrivateTempStoreTest::testGetMetadataOwner function core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php @covers ::getMetadata[[api-linebreak]]
@expectedDeprecation Using the "owner" public property of a TempStore lock is deprecated in Drupal 8.7.0 and will not be allowed in Drupal 9.0.0. Use \Drupal\Core\TempStore\Lock::getOwnerId() instead.…
PrivateTempStoreTest::testGetMetadataUpdated function core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php @covers ::getMetadata[[api-linebreak]]
@expectedDeprecation Using the "updated" public property of a TempStore lock is deprecated in Drupal 8.7.0 and will not be allowed in Drupal 9.0.0. Use \Drupal\Core\TempStore\Lock::getUpdated() instead.…
PrivateTempStoreTest::testSet function core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php Tests a successful set() call.
PrivateTempStoreTest::testSet function core/modules/user/tests/src/Unit/PrivateTempStoreTest.php Tests a successful set() call.
PrivateTempStoreTest::testSetWithNoLockAvailable function core/modules/user/tests/src/Unit/PrivateTempStoreTest.php Tests the set() method with no lock available.
PrivateTempStoreTest::testSetWithNoLockAvailable function core/tests/Drupal/Tests/Core/TempStore/PrivateTempStoreTest.php Tests the set() method with no lock available.
ProcessFieldTest class core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php Tests the ProcessField migrate process plugin.
ProcessFieldTest.php file core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php
ProcessFieldTest::providerTestTransform function core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php Provides data for the transform method test.
ProcessFieldTest::setUp function core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php
ProcessFieldTest::testTransform function core/modules/field/tests/src/Unit/Plugin/migrate/process/ProcessFieldTest.php Tests the transform method.
ProcessingTest class core/modules/system/tests/src/Functional/Batch/ProcessingTest.php Tests batch processing in form and non-form workflow.
ProcessingTest.php file core/modules/system/tests/src/Functional/Batch/ProcessingTest.php
ProcessingTest::$defaultTheme property core/modules/system/tests/src/Functional/Batch/ProcessingTest.php The theme to install as the default for testing.
ProcessingTest::$modules property core/modules/system/tests/src/Functional/Batch/ProcessingTest.php Modules to enable.
ProcessingTest::assertBatchMessages function core/modules/system/tests/src/Functional/Batch/ProcessingTest.php Triggers a pass if the texts were found in order in the raw content.
ProcessingTest::testBatchForm function core/modules/system/tests/src/Functional/Batch/ProcessingTest.php Tests batches defined in a form submit handler.
ProcessingTest::testBatchFormMultipleBatches function core/modules/system/tests/src/Functional/Batch/ProcessingTest.php Tests batches defined in different submit handlers on the same form.
ProcessingTest::testBatchFormMultistep function core/modules/system/tests/src/Functional/Batch/ProcessingTest.php Tests batches defined in a multistep form.
ProcessingTest::testBatchFormProgrammatic function core/modules/system/tests/src/Functional/Batch/ProcessingTest.php Tests batches defined in a programmatically submitted form.
ProcessingTest::testBatchLargePercentage function core/modules/system/tests/src/Functional/Batch/ProcessingTest.php Tests batches that return $context['finished'] > 1 do in fact complete.
ProcessingTest::testBatchNoForm function core/modules/system/tests/src/Functional/Batch/ProcessingTest.php Tests batches triggered outside of form submission.
ProcessingTest::testBatchRedirectFinishedCallback function core/modules/system/tests/src/Functional/Batch/ProcessingTest.php Tests batches that redirect in the batch finished callback.
ProcessingTest::testDrupalFormSubmitInBatch function core/modules/system/tests/src/Functional/Batch/ProcessingTest.php Test form submission during a batch operation.
ProcessingTest::_resultMessages function core/modules/system/tests/src/Functional/Batch/ProcessingTest.php Returns expected result messages for the test batches.
ProcessingTest::_resultStack function core/modules/system/tests/src/Functional/Batch/ProcessingTest.php Returns expected execution stacks for the test batches.
ProfileFieldCheckRequirementsTest class core/modules/user/tests/src/Kernel/Migrate/d6/ProfileFieldCheckRequirementsTest.php Tests check requirements for profile_field source plugin.
ProfileFieldCheckRequirementsTest class core/modules/user/tests/src/Kernel/Migrate/d7/ProfileFieldCheckRequirementsTest.php Tests check requirements for profile_field source plugin.
ProfileFieldCheckRequirementsTest.php file core/modules/user/tests/src/Kernel/Migrate/d6/ProfileFieldCheckRequirementsTest.php
ProfileFieldCheckRequirementsTest.php file core/modules/user/tests/src/Kernel/Migrate/d7/ProfileFieldCheckRequirementsTest.php
ProfileFieldCheckRequirementsTest::setup function core/modules/user/tests/src/Kernel/Migrate/d6/ProfileFieldCheckRequirementsTest.php
ProfileFieldCheckRequirementsTest::setup function core/modules/user/tests/src/Kernel/Migrate/d7/ProfileFieldCheckRequirementsTest.php
ProfileFieldCheckRequirementsTest::testCheckRequirements function core/modules/user/tests/src/Kernel/Migrate/d6/ProfileFieldCheckRequirementsTest.php Tests exception is thrown when profile_fields tables do not exist.
ProfileFieldCheckRequirementsTest::testCheckRequirements function core/modules/user/tests/src/Kernel/Migrate/d7/ProfileFieldCheckRequirementsTest.php Tests exception is thrown when profile_fields tables do not exist.
ProfileFieldOptionTranslationTest class core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldOptionTranslationTest.php Tests the field option translation source plugin.
ProfileFieldOptionTranslationTest.php file core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldOptionTranslationTest.php
ProfileFieldOptionTranslationTest::$modules property core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldOptionTranslationTest.php Modules to enable.
ProfileFieldOptionTranslationTest::providerSource function core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldOptionTranslationTest.php The data provider.
ProfileFieldTest class core/modules/user/tests/src/Kernel/Plugin/migrate/source/ProfileFieldTest.php Tests the profile_field source plugin.
ProfileFieldTest.php file core/modules/user/tests/src/Kernel/Plugin/migrate/source/ProfileFieldTest.php
ProfileFieldTest::$modules property core/modules/user/tests/src/Kernel/Plugin/migrate/source/ProfileFieldTest.php Modules to enable.
ProfileFieldTest::providerSource function core/modules/user/tests/src/Kernel/Plugin/migrate/source/ProfileFieldTest.php The data provider.
ProfileFieldTranslationTest class core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldTranslationTest.php Tests the i18nProfileField source plugin.
ProfileFieldTranslationTest.php file core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldTranslationTest.php
ProfileFieldTranslationTest::$modules property core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldTranslationTest.php Modules to enable.
ProfileFieldTranslationTest::providerSource function core/modules/config_translation/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldTranslationTest.php The data provider.
ProfileFieldValuesTest class core/modules/user/tests/src/Kernel/Plugin/migrate/source/d6/ProfileFieldValuesTest.php Tests the d6_profile_field_values source plugin.

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