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
RebuildScriptTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/RebuildScriptTest.php The theme to install as the default for testing.
RebuildScriptTest::$modules property core/modules/system/tests/src/Functional/UpdateSystem/RebuildScriptTest.php Modules to install.
RebuildScriptTest::testRebuild function core/modules/system/tests/src/Functional/UpdateSystem/RebuildScriptTest.php Tests redirect in rebuild.php.
RebuildTest class core/modules/system/tests/src/Functional/Form/RebuildTest.php Tests functionality of \Drupal\Core\Form\FormBuilderInterface::rebuildForm().
RebuildTest class core/modules/system/tests/src/FunctionalJavascript/Form/RebuildTest.php Tests functionality of \Drupal\Core\Form\FormBuilderInterface::rebuildForm().
RebuildTest.php file core/modules/system/tests/src/FunctionalJavascript/Form/RebuildTest.php
RebuildTest.php file core/modules/system/tests/src/Functional/Form/RebuildTest.php
RebuildTest::$defaultTheme property core/modules/system/tests/src/Functional/Form/RebuildTest.php The theme to install as the default for testing.
RebuildTest::$defaultTheme property core/modules/system/tests/src/FunctionalJavascript/Form/RebuildTest.php The theme to install as the default for testing.
RebuildTest::$modules property core/modules/system/tests/src/FunctionalJavascript/Form/RebuildTest.php Modules to install.
RebuildTest::$modules property core/modules/system/tests/src/Functional/Form/RebuildTest.php Modules to install.
RebuildTest::$webUser property core/modules/system/tests/src/Functional/Form/RebuildTest.php A user for testing.
RebuildTest::$webUser property core/modules/system/tests/src/FunctionalJavascript/Form/RebuildTest.php A user for testing.
RebuildTest::setUp function core/modules/system/tests/src/FunctionalJavascript/Form/RebuildTest.php
RebuildTest::setUp function core/modules/system/tests/src/Functional/Form/RebuildTest.php
RebuildTest::testPreserveFormActionAfterAJAX function core/modules/system/tests/src/FunctionalJavascript/Form/RebuildTest.php Tests that a form's action is retained after an Ajax submission.
RebuildTest::testRebuildPreservesValues function core/modules/system/tests/src/Functional/Form/RebuildTest.php Tests preservation of values.
RecipeCommandTest class core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeCommandTest.php Tests recipe command.
RecipeCommandTest.php file core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeCommandTest.php
RecipeCommandTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeCommandTest.php The theme to install as the default for testing.
RecipeCommandTest::$strictConfigSchema property core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeCommandTest.php Disable strict config schema because this test explicitly makes the
recipe system save invalid config, to prove that it validates it after
the fact and raises an error.
RecipeCommandTest::assertCheckpointsExist function core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeCommandTest.php Asserts that the current set of checkpoints matches the given labels.
RecipeCommandTest::testDefaultInputValueFromConfig function core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeCommandTest.php
RecipeCommandTest::testErrorOnNonExistentDirectory function core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeCommandTest.php Tests the recipe command with a non-existent directory.
RecipeCommandTest::testExceptionOnRollback function core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeCommandTest.php Tests that errors during config rollback won't steamroll validation errors.
RecipeCommandTest::testListInputs function core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeCommandTest.php
RecipeCommandTest::testPassInput function core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeCommandTest.php
RecipeCommandTest::testPassInvalidInput function core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeCommandTest.php
RecipeCommandTest::testRecipeCommand function core/tests/Drupal/FunctionalTests/Core/Recipe/RecipeCommandTest.php
RecipeConfigStorageWrapper::createStorageFromArray function core/lib/Drupal/Core/Recipe/RecipeConfigStorageWrapper.php Creates a single config storage for an array of storages.
RecipeConfigStorageWrapperTest class core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Tests Drupal\Core\Recipe\RecipeConfigStorageWrapper.
RecipeConfigStorageWrapperTest.php file core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php
RecipeConfigStorageWrapperTest::generateStorages function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Generate two storages where the second storage should return a value.
RecipeConfigStorageWrapperTest::testCreateCollection function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Test creating a collection passes the name through to the child storages.
RecipeConfigStorageWrapperTest::testDecode function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Test that we only use storage A's decode method.
RecipeConfigStorageWrapperTest::testEncode function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Test that we only use storage A's encode method.
RecipeConfigStorageWrapperTest::testGetAllCollectionNames function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Test that we merge and return only unique collection names.
RecipeConfigStorageWrapperTest::testGetCollection function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Test the collection name is stored properly.
RecipeConfigStorageWrapperTest::testLeftSideExists function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Validate that the first storage checks existence first.
RecipeConfigStorageWrapperTest::testListAll function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Test that list all merges values and makes them unique.
RecipeConfigStorageWrapperTest::testMultipleStorages function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Validate that multiple storages return underlying values correctly.
RecipeConfigStorageWrapperTest::testNotExists function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Validate FALSE when neither storage contains a key.
RecipeConfigStorageWrapperTest::testNullStorage function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Validate that an empty set of storage backends returns null storage.
RecipeConfigStorageWrapperTest::testReadFails function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Validate when neither storage can read a value.
RecipeConfigStorageWrapperTest::testReadFromA function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Validate that we read from storage A first.
RecipeConfigStorageWrapperTest::testReadFromB function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Validate that we read from storage B second.
RecipeConfigStorageWrapperTest::testReadMultiple function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Test reading multiple values.
RecipeConfigStorageWrapperTest::testReadMultipleStorageA function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Test that storage A has precedence over storage B.
RecipeConfigStorageWrapperTest::testRightSideExists function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Validate that we fall back to the second storage.
RecipeConfigStorageWrapperTest::testSingleStorage function core/tests/Drupal/Tests/Core/Recipe/RecipeConfigStorageWrapperTest.php Validate that a single storage returns exactly the same instance.

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