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 11.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
EntityFormModeTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/EntityFormModeTest.php Sets up the necessary authorization.
EntityFormModeValidationTest class core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php Tests validation of entity_form_mode entities.
EntityFormModeValidationTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php
EntityFormModeValidationTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php
EntityFormModeValidationTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php
EntityFormModeValidationTest::testImmutableProperties function core/tests/Drupal/KernelTests/Core/Entity/EntityFormModeValidationTest.php
EntityFormModeXmlAnonTest class core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlAnonTest.php @group rest
EntityFormModeXmlAnonTest.php file core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlAnonTest.php
EntityFormModeXmlAnonTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlAnonTest.php
EntityFormModeXmlAnonTest::$format property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlAnonTest.php
EntityFormModeXmlAnonTest::$mimeType property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlAnonTest.php
EntityFormModeXmlBasicAuthTest class core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlBasicAuthTest.php @group rest
EntityFormModeXmlBasicAuthTest.php file core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlBasicAuthTest.php
EntityFormModeXmlBasicAuthTest::$auth property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlBasicAuthTest.php
EntityFormModeXmlBasicAuthTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlBasicAuthTest.php
EntityFormModeXmlBasicAuthTest::$format property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlBasicAuthTest.php
EntityFormModeXmlBasicAuthTest::$mimeType property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlBasicAuthTest.php
EntityFormModeXmlBasicAuthTest::$modules property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlBasicAuthTest.php
EntityFormModeXmlCookieTest class core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlCookieTest.php @group rest
EntityFormModeXmlCookieTest.php file core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlCookieTest.php
EntityFormModeXmlCookieTest::$auth property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlCookieTest.php
EntityFormModeXmlCookieTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlCookieTest.php
EntityFormModeXmlCookieTest::$format property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlCookieTest.php
EntityFormModeXmlCookieTest::$mimeType property core/tests/Drupal/FunctionalTests/Rest/EntityFormModeXmlCookieTest.php
EntityFormTest class core/modules/system/tests/src/Functional/Entity/EntityFormTest.php Tests the entity form.
EntityFormTest class core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php @coversDefaultClass \Drupal\Core\Entity\EntityForm[[api-linebreak]]
@group Entity
EntityFormTest.php file core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php
EntityFormTest.php file core/modules/system/tests/src/Functional/Entity/EntityFormTest.php
EntityFormTest::$defaultTheme property core/modules/system/tests/src/Functional/Entity/EntityFormTest.php The theme to install as the default for testing.
EntityFormTest::$entityForm property core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php The mocked entity form.
EntityFormTest::$entityType property core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php A fake entity type used in the test.
EntityFormTest::$modules property core/modules/system/tests/src/Functional/Entity/EntityFormTest.php Modules to install.
EntityFormTest::$webUser property core/modules/system/tests/src/Functional/Entity/EntityFormTest.php The current user of the test.
EntityFormTest::doTestFormCRUD function core/modules/system/tests/src/Functional/Entity/EntityFormTest.php Executes the form CRUD tests for the given entity type.
EntityFormTest::doTestMultilingualFormCRUD function core/modules/system/tests/src/Functional/Entity/EntityFormTest.php Executes the multilingual form CRUD tests for the given entity type ID.
EntityFormTest::loadEntityByName function core/modules/system/tests/src/Functional/Entity/EntityFormTest.php Loads a test entity by name always resetting the storage cache.
EntityFormTest::providerTestFormIds function core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php Provides test data for testFormId().
EntityFormTest::setUp function core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php
EntityFormTest::setUp function core/modules/system/tests/src/Functional/Entity/EntityFormTest.php
EntityFormTest::setUpStorage function core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php Sets up the storage accessed via the entity type manager in the form.
EntityFormTest::testAddPageWithMultipleParameters function core/modules/system/tests/src/Functional/Entity/EntityFormTest.php Tests the route add-page with multiple parameters.
EntityFormTest::testCopyFormValuesToEntity function core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php @covers ::copyFormValuesToEntity[[api-linebreak]]
EntityFormTest::testEntityFormDisplayAlter function core/modules/system/tests/src/Functional/Entity/EntityFormTest.php Tests hook_entity_form_display_alter().
EntityFormTest::testEntityFormModeAlter function core/modules/system/tests/src/Functional/Entity/EntityFormTest.php Tests hook_entity_form_mode_alter() and hook_ENTITY_TYPE_form_mode_alter().
EntityFormTest::testFormCRUD function core/modules/system/tests/src/Functional/Entity/EntityFormTest.php Tests basic form CRUD functionality.
EntityFormTest::testFormId function core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php Tests the form ID generation.
EntityFormTest::testGetEntityFromRouteMatchAdd function core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php Tests EntityForm::getEntityFromRouteMatch() for add forms without a bundle.
EntityFormTest::testGetEntityFromRouteMatchAddEntity function core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php Tests EntityForm::getEntityFromRouteMatch() with a config entity bundle.
EntityFormTest::testGetEntityFromRouteMatchAddStatic function core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php Tests EntityForm::getEntityFromRouteMatch() with a static bundle.
EntityFormTest::testGetEntityFromRouteMatchEditDelete function core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php Tests EntityForm::getEntityFromRouteMatch() for edit and delete forms.

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