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
OptimizedPhpArrayDumperTest::testGetServiceDefinitionForObject function core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumperTest.php Tests that the correct RuntimeException is thrown for dumping an object.
OptimizedPhpArrayDumperTest::testGetServiceDefinitionForResource function core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumperTest.php Tests that the correct RuntimeException is thrown for dumping a resource.
OptimizedPhpArrayDumperTest::testGetServiceDefinitions function core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumperTest.php Tests that service processing works properly.
OptimizedPhpArrayDumperTest::testGetServiceDefinitionWithReferenceToAlias function core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumperTest.php Tests that references to aliases work correctly.
OptimizedPhpArrayDumperTest::testPercentsEscape function core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/OptimizedPhpArrayDumperTest.php Tests that service arguments with escaped percents are correctly dumped.
OptionalContextConditionTest class core/tests/Drupal/KernelTests/Core/Plugin/Condition/OptionalContextConditionTest.php Tests a condition with optional context.
OptionalContextConditionTest.php file core/tests/Drupal/KernelTests/Core/Plugin/Condition/OptionalContextConditionTest.php
OptionalContextConditionTest::$modules property core/tests/Drupal/KernelTests/Core/Plugin/Condition/OptionalContextConditionTest.php Modules to install.
OptionalContextConditionTest::testContextAvailable function core/tests/Drupal/KernelTests/Core/Plugin/Condition/OptionalContextConditionTest.php Tests with both contexts mapped to the same user.
OptionalContextConditionTest::testContextMissing function core/tests/Drupal/KernelTests/Core/Plugin/Condition/OptionalContextConditionTest.php Tests with both contexts mapped to the same user.
OptionalContextConditionTest::testContextNoValue function core/tests/Drupal/KernelTests/Core/Plugin/Condition/OptionalContextConditionTest.php Tests with both contexts mapped to the same user.
OptionalServiceSystemTestController class core/modules/system/tests/modules/system_test/src/Controller/OptionalServiceSystemTestController.php A controller that specifies an optional dependency.
OptionalServiceSystemTestController.php file core/modules/system/tests/modules/system_test/src/Controller/OptionalServiceSystemTestController.php
OptionalServiceSystemTestController::__construct function core/modules/system/tests/modules/system_test/src/Controller/OptionalServiceSystemTestController.php
OptionsDynamicValuesApiTest class core/modules/options/tests/src/Kernel/OptionsDynamicValuesApiTest.php Tests the options allowed values api.
OptionsDynamicValuesApiTest.php file core/modules/options/tests/src/Kernel/OptionsDynamicValuesApiTest.php
OptionsDynamicValuesApiTest::$entity property core/modules/options/tests/src/Kernel/OptionsDynamicValuesApiTest.php The created entity.
OptionsDynamicValuesApiTest::$modules property core/modules/options/tests/src/Kernel/OptionsDynamicValuesApiTest.php Modules to install.
OptionsDynamicValuesApiTest::setUp function core/modules/options/tests/src/Kernel/OptionsDynamicValuesApiTest.php Set the default field storage backend for fields created during tests.
OptionsDynamicValuesApiTest::testOptionsAllowedValues function core/modules/options/tests/src/Kernel/OptionsDynamicValuesApiTest.php Tests options_allowed_values().
OptionsDynamicValuesTestBase class core/modules/options/tests/src/Functional/OptionsDynamicValuesTestBase.php Base class for testing allowed values of options fields.
OptionsDynamicValuesTestBase.php file core/modules/options/tests/src/Functional/OptionsDynamicValuesTestBase.php
OptionsDynamicValuesTestBase::$entity property core/modules/options/tests/src/Functional/OptionsDynamicValuesTestBase.php The created entity.
OptionsDynamicValuesTestBase::$field property core/modules/options/tests/src/Functional/OptionsDynamicValuesTestBase.php
OptionsDynamicValuesTestBase::$fieldStorage property core/modules/options/tests/src/Functional/OptionsDynamicValuesTestBase.php The field storage.
OptionsDynamicValuesTestBase::$modules property core/modules/options/tests/src/Functional/OptionsDynamicValuesTestBase.php Modules to install.
OptionsDynamicValuesTestBase::$test property core/modules/options/tests/src/Functional/OptionsDynamicValuesTestBase.php Test data.
OptionsDynamicValuesTestBase::setUp function core/modules/options/tests/src/Functional/OptionsDynamicValuesTestBase.php
OptionsDynamicValuesValidationTest class core/modules/options/tests/src/Kernel/OptionsDynamicValuesValidationTest.php Tests the Options field allowed values function.
OptionsDynamicValuesValidationTest.php file core/modules/options/tests/src/Kernel/OptionsDynamicValuesValidationTest.php
OptionsDynamicValuesValidationTest::$entity property core/modules/options/tests/src/Kernel/OptionsDynamicValuesValidationTest.php The created entity.
OptionsDynamicValuesValidationTest::$modules property core/modules/options/tests/src/Kernel/OptionsDynamicValuesValidationTest.php Modules to install.
OptionsDynamicValuesValidationTest::$test property core/modules/options/tests/src/Kernel/OptionsDynamicValuesValidationTest.php Test data.
OptionsDynamicValuesValidationTest::setUp function core/modules/options/tests/src/Kernel/OptionsDynamicValuesValidationTest.php Set the default field storage backend for fields created during tests.
OptionsDynamicValuesValidationTest::testDynamicAllowedValues function core/modules/options/tests/src/Kernel/OptionsDynamicValuesValidationTest.php Tests that allowed values function gets the entity.
OptionsFieldTest class core/modules/options/tests/src/Kernel/OptionsFieldTest.php Tests for the 'Options' field types.
OptionsFieldTest.php file core/modules/options/tests/src/Kernel/OptionsFieldTest.php
OptionsFieldTest::$modules property core/modules/options/tests/src/Kernel/OptionsFieldTest.php Modules to install.
OptionsFieldTest::testGenerateSampleItemsWithNoAllowedValues function core/modules/options/tests/src/Kernel/OptionsFieldTest.php Tests that ::generateSampleItems does not fail with empty allowed values.
OptionsFieldTest::testUpdateAllowedValues function core/modules/options/tests/src/Kernel/OptionsFieldTest.php Tests that allowed values can be updated.
OptionsFieldUIAllowedValuesTest class core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUIAllowedValuesTest.php Tests the Options field allowed values UI functionality.
OptionsFieldUIAllowedValuesTest.php file core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUIAllowedValuesTest.php
OptionsFieldUIAllowedValuesTest::$adminPath property core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUIAllowedValuesTest.php Admin path to manage field storage settings.
OptionsFieldUIAllowedValuesTest::$defaultTheme property core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUIAllowedValuesTest.php The theme to install as the default for testing.
OptionsFieldUIAllowedValuesTest::$fieldName property core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUIAllowedValuesTest.php Name of the option field.
OptionsFieldUIAllowedValuesTest::$modules property core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUIAllowedValuesTest.php Modules to install.
OptionsFieldUIAllowedValuesTest::$nodeFormPath property core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUIAllowedValuesTest.php Node form path for created content type.
OptionsFieldUIAllowedValuesTest::$type property core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUIAllowedValuesTest.php Machine name of the created content type.
OptionsFieldUIAllowedValuesTest::assertAllowValuesRowCount function core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUIAllowedValuesTest.php Assert the count of the allowed values rows.
OptionsFieldUIAllowedValuesTest::assertHasFocusByAttribute function core/modules/options/tests/src/FunctionalJavascript/OptionsFieldUIAllowedValuesTest.php Asserts an element specified by an attribute value has focus.

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