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
RecipeConfigStorageWrapperTest::testUnsupportedMethods function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Test methods that are unsupported.
RecipeConfiguratorTest class core/tests/Drupal/KernelTests/Core/Recipe/RecipeConfiguratorTest.php Tests Drupal\Core\Recipe\RecipeConfigurator.
RecipeConfiguratorTest.php file core/tests/Drupal/KernelTests/Core/Recipe/RecipeConfiguratorTest.php
RecipeConfiguratorTest::testIncludedRecipeLoader function core/tests/Drupal/KernelTests/Core/Recipe/RecipeConfiguratorTest.php Tests that RecipeConfigurator can load recipes.
RecipeConfiguratorTest::testIncludedRecipeLoaderException function core/tests/Drupal/KernelTests/Core/Recipe/RecipeConfiguratorTest.php Tests exception thrown when RecipeConfigurator cannot find a recipe.
RecipeConfiguratorTest::testRecipeConfigurator function core/tests/Drupal/KernelTests/Core/Recipe/RecipeConfiguratorTest.php Tests the listing all the extensions installed by a recipe.
RecipeEventsTest class core/tests/Drupal/KernelTests/Core/Recipe/RecipeEventsTest.php Tests Recipe Events.
RecipeEventsTest.php file core/tests/Drupal/KernelTests/Core/Recipe/RecipeEventsTest.php
RecipeEventsTest::$recipesApplied property core/tests/Drupal/KernelTests/Core/Recipe/RecipeEventsTest.php The human-readable names of the recipes that have been applied.
RecipeEventsTest::getSubscribedEvents function core/tests/Drupal/KernelTests/Core/Recipe/RecipeEventsTest.php
RecipeEventsTest::onRecipeApply function core/tests/Drupal/KernelTests/Core/Recipe/RecipeEventsTest.php Handles a recipe apply event for testing.
RecipeEventsTest::register function core/tests/Drupal/KernelTests/Core/Recipe/RecipeEventsTest.php Registers test-specific services.
RecipeEventsTest::testRecipeAppliedEvent function core/tests/Drupal/KernelTests/Core/Recipe/RecipeEventsTest.php Tests the recipe applied event.
RecipeFormInputTest class core/modules/system/tests/src/Functional/Form/RecipeFormInputTest.php Tests Recipe Form Input.
RecipeFormInputTest.php file core/modules/system/tests/src/Functional/Form/RecipeFormInputTest.php
RecipeFormInputTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/RecipeFormInputTest.php The theme to install as the default for testing.
RecipeFormInputTest::$modules property core/modules/system/tests/src/Functional/Form/RecipeFormInputTest.php Modules to install.
RecipeFormInputTest::testRecipeInputViaForm function core/modules/system/tests/src/Functional/Form/RecipeFormInputTest.php Tests collecting recipe input via a form.
RecipeMultipleModulesConfigStorageTest class core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests RecipeMultipleModulesConfigStorage.
RecipeMultipleModulesConfigStorageTest.php file core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php
RecipeMultipleModulesConfigStorageTest::$extensionList property core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php The mocked module extension list.
RecipeMultipleModulesConfigStorageTest::setUp function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php
RecipeMultipleModulesConfigStorageTest::testCreateCollection function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests createCollection() returns a new instance with the given collection.
RecipeMultipleModulesConfigStorageTest::testCreateCollectionReadsFromSubdirectories function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests createCollection() reads from collection subdirectories.
RecipeMultipleModulesConfigStorageTest::testCreateFromModuleListEmpty function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests createFromModuleList() throws when given an empty module list.
RecipeMultipleModulesConfigStorageTest::testDecode function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests decode().
RecipeMultipleModulesConfigStorageTest::testEncode function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests encode() delegates to underlying FileStorage.
RecipeMultipleModulesConfigStorageTest::testExists function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests exists() returns TRUE when config is in any directory.
RecipeMultipleModulesConfigStorageTest::testGetAllCollectionNames function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests getAllCollectionNames() merges and deduplicates from all directories.
RecipeMultipleModulesConfigStorageTest::testGetAllCollectionNamesEmpty function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests getAllCollectionNames() returns empty when no collections exist.
RecipeMultipleModulesConfigStorageTest::testGetCollectionNameDefault function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests getCollectionName() returns the default collection.
RecipeMultipleModulesConfigStorageTest::testListAll function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests listAll() merges results from all directories.
RecipeMultipleModulesConfigStorageTest::testListAllWithPrefix function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests listAll() with a prefix filter.
RecipeMultipleModulesConfigStorageTest::testRead function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests read() returns from the first directory that has the config.
RecipeMultipleModulesConfigStorageTest::testReadMultiple function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests readMultiple() reads from across all directories.
RecipeMultipleModulesConfigStorageTest::testReadMultipleEmpty function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests readMultiple() with an empty names array.
RecipeMultipleModulesConfigStorageTest::testReadSafety function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests read() safety: only read from the correct storage.
RecipeMultipleModulesConfigStorageTest::testSimilarModuleNameIsolation function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests that modules with similar name prefixes are correctly isolated.
RecipeMultipleModulesConfigStorageTest::testUnsupportedMethods function core/tests/Drupal/Tests/Core/Recipe/RecipeMultipleModulesConfigStorageTest.php Tests that write operations throw BadMethodCallException.
RecipeQuickStartTest class core/tests/Drupal/BuildTests/QuickStart/RecipeQuickStartTest.php Tests the quick-start command with recipes.
RecipeQuickStartTest.php file core/tests/Drupal/BuildTests/QuickStart/RecipeQuickStartTest.php
RecipeQuickStartTest::$php property core/tests/Drupal/BuildTests/QuickStart/RecipeQuickStartTest.php The PHP executable path.
RecipeQuickStartTest::$testDb property core/tests/Drupal/BuildTests/QuickStart/RecipeQuickStartTest.php A test database object.
RecipeQuickStartTest::fileUnmanagedDeleteRecursive function core/tests/Drupal/BuildTests/QuickStart/RecipeQuickStartTest.php Deletes all files and directories in the specified path recursively.
RecipeQuickStartTest::setUp function core/tests/Drupal/BuildTests/QuickStart/RecipeQuickStartTest.php
RecipeQuickStartTest::tearDown function core/tests/Drupal/BuildTests/QuickStart/RecipeQuickStartTest.php
RecipeQuickStartTest::testQuickStartRecipeCommand function core/tests/Drupal/BuildTests/QuickStart/RecipeQuickStartTest.php Tests the quick-start command with a recipe.
RecipeRunnerTest class core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests Drupal\Core\Recipe\RecipeRunner.
RecipeRunnerTest.php file core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php
RecipeRunnerTest::testApplySameRecipe function core/tests/Drupal/KernelTests/Core/Recipe/RecipeRunnerTest.php Tests applying a recipe multiple times.

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