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. 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
ConfigActionsTest::testConfigActions function core/modules/image/tests/src/Kernel/ConfigActionsTest.php Tests adding an image effect using the configuration action manager.
ConfigActionsTest::testEntityMethodActions function core/modules/block/tests/src/Kernel/ConfigActionsTest.php Tests the application of entity method actions on a block.
ConfigActionsTest::testLayoutBuilderActions function core/modules/layout_builder/tests/src/Kernel/ConfigActionsTest.php Tests config actions exposed by Layout Builder.
ConfigActionsTest::testPlaceBlockActionDoesNotChangeExistingBlock function core/modules/block/tests/src/Kernel/ConfigActionsTest.php Verifies placeBlockInDefaultTheme action doesn't alter an existing block.
ConfigActionsTest::testPlaceBlockActionOnlyWorksOnBlocks function core/modules/block/tests/src/Kernel/ConfigActionsTest.php Tests place block action only works on blocks.
ConfigActionsTest::testPlaceBlockAtPosition function core/modules/block/tests/src/Kernel/ConfigActionsTest.php Tests placing a block at the first and last position in a region.
ConfigActionsTest::testPlaceBlockInDefaultRegion function core/modules/block/tests/src/Kernel/ConfigActionsTest.php Tests placing a block in the default theme's region.
ConfigActionsTest::testPlaceBlockInDynamicRegion function core/modules/block/tests/src/Kernel/ConfigActionsTest.php Tests place block in dynamic region.
ConfigActionsTest::testPlaceBlockInEmptyRegion function core/modules/block/tests/src/Kernel/ConfigActionsTest.php Tests using the PlaceBlock action in an empty region.
ConfigActionsTest::testPlaceBlockInStaticRegion function core/modules/block/tests/src/Kernel/ConfigActionsTest.php Tests place block in static region.
ConfigActionTest class core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php Tests the config action system.
ConfigActionTest.php file core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php
ConfigActionTest::$modules property core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php Modules to install.
ConfigActionTest::testDuplicatePluralizedMethodNameException function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php Tests exception thrown for duplicate pluralized method action definitions.
ConfigActionTest::testDuplicatePluralizedOtherMethodNameException function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php Tests exception when creating a duplicate derivative.
ConfigActionTest::testDuplicateShorthandActionIds function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php Tests that duplicate shorthand action IDs throw an exception.
ConfigActionTest::testEntityCreate function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php Tests the behavior of the entity_create config action.
ConfigActionTest::testEntityMethod function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php Tests the behavior of the entity_method config action.
ConfigActionTest::testEntityMethodException function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php Tests exception thrown when entity method action has an invalid argument.
ConfigActionTest::testMissingAction function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php Tests that an exception is thrown when an action does not exist.
ConfigActionTest::testParentAttributes function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php Tests that parent attributes are properly discovered.
ConfigActionTest::testPluralizedEntityMethod function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php Tests pluralized method config actions on configuration entities.
ConfigActionTest::testPluralizedEntityMethodException function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php Tests exception thrown when applying an action to multiple calls.
ConfigActionTest::testShorthandActionIds function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php Tests shorthand action IDs for a configuration entity.
ConfigActionTest::testSimpleConfigUpdate function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php Tests the simple config update action and related exceptions.
ConfigActionValidationTest class core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php Tests Config Action Validation.
ConfigActionValidationTest.php file core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php
ConfigActionValidationTest::$modules property core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php Modules to install.
ConfigActionValidationTest::$strictConfigSchema property core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php This test requires that we save invalid config, so we can test that it gets
validated after applying a recipe.
ConfigActionValidationTest::setUp function core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php
ConfigActionValidationTest::testConfigActionDependenciesAreValidated function core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php Tests validating that config actions' dependencies are present.
ConfigActionValidationTest::testConfigActionMissingDependency function core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php Tests config action validation for missing dependency.
ConfigActionValidationTest::testConfigActionsAreValidated function core/tests/Drupal/KernelTests/Core/Recipe/ConfigActionValidationTest.php Tests config actions are validated.
ConfigAfterInstallerTestBase class core/tests/Drupal/FunctionalTests/Installer/ConfigAfterInstallerTestBase.php Provides a class for install profiles to check their installed config.
ConfigAfterInstallerTestBase.php file core/tests/Drupal/FunctionalTests/Installer/ConfigAfterInstallerTestBase.php
ConfigAfterInstallerTestBase::assertInstalledConfig function core/tests/Drupal/FunctionalTests/Installer/ConfigAfterInstallerTestBase.php Ensures that all the installed config looks like the exported one.
ConfigConfiguratorTest class core/tests/Drupal/KernelTests/Core/Recipe/ConfigConfiguratorTest.php Tests Config Configurator.
ConfigConfiguratorTest.php file core/tests/Drupal/KernelTests/Core/Recipe/ConfigConfiguratorTest.php
ConfigConfiguratorTest::cloneRecipe function core/tests/Drupal/KernelTests/Core/Recipe/ConfigConfiguratorTest.php Clones a recipes.
ConfigConfiguratorTest::testExistingConfigIsIgnoredInLenientMode function core/tests/Drupal/KernelTests/Core/Recipe/ConfigConfiguratorTest.php Tests existing config is ignored in lenient mode.
ConfigConfiguratorTest::testExistingConfigWithKeysInDifferentOrder function core/tests/Drupal/KernelTests/Core/Recipe/ConfigConfiguratorTest.php Tests creating an existing configuration with a difference key order.
ConfigConfiguratorTest::testFullStrictness function core/tests/Drupal/KernelTests/Core/Recipe/ConfigConfiguratorTest.php Tests strict mode.
ConfigConfiguratorTest::testSelectiveStrictness function core/tests/Drupal/KernelTests/Core/Recipe/ConfigConfiguratorTest.php Tests with strict mode on part of the configuration.
ConfigCRUDTest class core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php Tests CRUD operations on configuration objects.
ConfigCRUDTest.php file core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php
ConfigCRUDTest::$strictConfigSchema property core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php Exempt from strict schema checking.
ConfigCRUDTest::testCRUD function core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php Tests CRUD operations.
ConfigCRUDTest::testDataTypes function core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php Tests data type handling.
ConfigCRUDTest::testNameValidation function core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php Tests the validation of configuration object names.
ConfigCRUDTest::testValueValidation function core/tests/Drupal/KernelTests/Core/Config/ConfigCRUDTest.php Tests the validation of configuration object values.

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