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
StateTest::testCanTransitionTo function core/modules/workflows/tests/src/Unit/StateTest.php Tests can transition to.
StateTest::testDelete function core/tests/Drupal/Tests/Core/State/StateTest.php Tests both delete() & deleteMultiple() method.
StateTest::testDeleteAfterGet function core/tests/Drupal/Tests/Core/State/StateTest.php Tests both get() & delete() method.
StateTest::testDeleteMultiple function core/tests/Drupal/Tests/Core/State/StateTest.php Tests both deleteMultiple() method.
StateTest::testExistingGetValuesSetDuringRequest function core/tests/Drupal/Tests/Core/State/StateTest.php Tests getValuesSetDuringRequest() method with an existing value.
StateTest::testGet function core/tests/Drupal/Tests/Core/State/StateTest.php Tests both get() & getMultiple() method.
StateTest::testGetEmpty function core/tests/Drupal/Tests/Core/State/StateTest.php Tests both get() & getMultiple() method.
StateTest::testGetMultiple function core/tests/Drupal/Tests/Core/State/StateTest.php Tests getMultiple() method.
StateTest::testGetMultiplePartiallyFilledStaticCache function core/tests/Drupal/Tests/Core/State/StateTest.php Tests getMultiple() method.
StateTest::testGetMultipleStaticCache function core/tests/Drupal/Tests/Core/State/StateTest.php Tests getMultiple() method.
StateTest::testGetMultipleWithMissingValues function core/tests/Drupal/Tests/Core/State/StateTest.php Tests getMultiple() method.
StateTest::testGetStaticCache function core/tests/Drupal/Tests/Core/State/StateTest.php Tests both get() & getMultiple() method.
StateTest::testGetters function core/modules/workflows/tests/src/Unit/StateTest.php Tests getters.
StateTest::testGetTransitions function core/modules/workflows/tests/src/Unit/StateTest.php Tests get transitions.
StateTest::testGetTransitionTo function core/modules/workflows/tests/src/Unit/StateTest.php Tests get transition to.
StateTest::testGetTransitionToException function core/modules/workflows/tests/src/Unit/StateTest.php Tests get transition to exception.
StateTest::testGetValuesSetDuringRequest function core/tests/Drupal/Tests/Core/State/StateTest.php Tests the ::getValuesSetDuringRequest() method.
StateTest::testLabelCallback function core/modules/workflows/tests/src/Unit/StateTest.php Tests label callback.
StateTest::testResetCache function core/tests/Drupal/Tests/Core/State/StateTest.php Tests both resetCache(), get() and getMultiple() method.
StateTest::testSet function core/tests/Drupal/Tests/Core/State/StateTest.php Tests set() method.
StateTest::testSetBeforeGet function core/tests/Drupal/Tests/Core/State/StateTest.php Tests get() method.
StateTest::testSetMultiple function core/tests/Drupal/Tests/Core/State/StateTest.php Tests setMultiple() method.
StateTest::testSetMultipleBeforeGetMultiple function core/tests/Drupal/Tests/Core/State/StateTest.php Tests getMultiple() method.
StateTransitionValidationTest class core/modules/content_moderation/tests/src/Unit/StateTransitionValidationTest.php Tests Drupal\content_moderation\StateTransitionValidation.
StateTransitionValidationTest.php file core/modules/content_moderation/tests/src/Unit/StateTransitionValidationTest.php
StateTransitionValidationTest::$workflow property core/modules/content_moderation/tests/src/Unit/StateTransitionValidationTest.php A test workflow.
StateTransitionValidationTest::setUp function core/modules/content_moderation/tests/src/Unit/StateTransitionValidationTest.php
StateTransitionValidationTest::testUserSensitiveValidTransitions function core/modules/content_moderation/tests/src/Unit/StateTransitionValidationTest.php Verifies user-aware transition validation.
StateTransitionValidationTest::userTransitionsProvider function core/modules/content_moderation/tests/src/Unit/StateTransitionValidationTest.php Data provider for the user transition test.
StateValuesCleanAdvancedTest class core/modules/system/tests/src/Functional/Form/StateValuesCleanAdvancedTest.php Tests the removal of internal Form API elements from submitted form values.
StateValuesCleanAdvancedTest.php file core/modules/system/tests/src/Functional/Form/StateValuesCleanAdvancedTest.php
StateValuesCleanAdvancedTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/StateValuesCleanAdvancedTest.php The theme to install as the default for testing.
StateValuesCleanAdvancedTest::$image property core/modules/system/tests/src/Functional/Form/StateValuesCleanAdvancedTest.php An image file path for uploading.
StateValuesCleanAdvancedTest::$modules property core/modules/system/tests/src/Functional/Form/StateValuesCleanAdvancedTest.php Modules to install.
StateValuesCleanAdvancedTest::testFormStateValuesCleanAdvanced function core/modules/system/tests/src/Functional/Form/StateValuesCleanAdvancedTest.php Tests \Drupal\Core\Form\FormState::cleanValues().
StateValuesCleanTest class core/modules/system/tests/src/Functional/Form/StateValuesCleanTest.php Tests the proper removal of submitted form values.
StateValuesCleanTest.php file core/modules/system/tests/src/Functional/Form/StateValuesCleanTest.php
StateValuesCleanTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/StateValuesCleanTest.php The theme to install as the default for testing.
StateValuesCleanTest::$modules property core/modules/system/tests/src/Functional/Form/StateValuesCleanTest.php Modules to install.
StateValuesCleanTest::testFormStateValuesClean function core/modules/system/tests/src/Functional/Form/StateValuesCleanTest.php Tests \Drupal\Core\Form\FormState::cleanValues().
StaticDiscoveryDecoratorTest class core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php Tests Drupal\Component\Plugin\Discovery\StaticDiscoveryDecorator.
StaticDiscoveryDecoratorTest.php file core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php
StaticDiscoveryDecoratorTest::getRegisterDefinitionsCallback function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php Helper method to provide a mocked callback object with expectations.
StaticDiscoveryDecoratorTest::providerCall function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php Data provider for testCall().
StaticDiscoveryDecoratorTest::providerGetDefinition function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php Data provider for testGetDefinitions().
StaticDiscoveryDecoratorTest::providerGetDefinitions function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php Data provider for testGetDefinitions().
StaticDiscoveryDecoratorTest::testCall function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php @legacy-covers ::__call
StaticDiscoveryDecoratorTest::testGetDefinition function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php Tests get definition.
StaticDiscoveryDecoratorTest::testGetDefinitions function core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php Tests get definitions.
StaticDiscoveryDecoratorTestMockInterface interface core/tests/Drupal/Tests/Component/Plugin/Discovery/StaticDiscoveryDecoratorTest.php Interface used in the mocking process of this test.

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