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
EntityAdapterUnitTest::testToArray function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php Tests to array.
EntityAdapterUnitTest::testToArrayWithoutData function core/tests/Drupal/Tests/Core/Entity/TypedData/EntityAdapterUnitTest.php Tests to array without data.
EntityAddUITest class core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php Tests the /add and /add/{type} controllers.
EntityAddUITest.php file core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php
EntityAddUITest::$defaultTheme property core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php The theme to install as the default for testing.
EntityAddUITest::$modules property core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php Modules to install.
EntityAddUITest::testAddPageWithBundleEntities function core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php Tests the add page for an entity type using bundle entities.
EntityAddUITest::testAddPageWithoutBundleEntities function core/modules/system/tests/src/Functional/Entity/EntityAddUITest.php Tests the add page for an entity type not using bundle entities.
EntityAliasTest class core/modules/path_alias/tests/src/Kernel/EntityAliasTest.php Tests path alias on entities.
EntityAliasTest.php file core/modules/path_alias/tests/src/Kernel/EntityAliasTest.php
EntityAliasTest::$modules property core/modules/path_alias/tests/src/Kernel/EntityAliasTest.php Modules to install.
EntityAliasTest::setUp function core/modules/path_alias/tests/src/Kernel/EntityAliasTest.php
EntityAliasTest::testEntityAlias function core/modules/path_alias/tests/src/Kernel/EntityAliasTest.php Tests transform.
EntityApiTest class core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php Tests basic CRUD functionality.
EntityApiTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php
EntityApiTest::assertCRUD function core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php Executes a test set for a defined entity type and user.
EntityApiTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php
EntityApiTest::testCRUD function core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php Tests basic CRUD functionality of the Entity API.
EntityApiTest::testEntityStorageExceptionHandling function core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php Tests that exceptions are thrown when saving or deleting an entity.
EntityApiTest::testLazyPreLoading function core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php Test lazy preloading.
EntityApiTest::testLazyPreLoadingAdditional function core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php Test lazy preloading with additional entity load calls.
EntityApiTest::testLazyPreLoadingMultiple function core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php Test lazy preloading.
EntityApiTest::testLoadMultiple function core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php Tests that the Entity storage loads the entities in the correct order.
EntityApiTest::testUpdateWithId function core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php Tests that resaving an entity with a different entity ID throws an exception.
EntityApiTest::testUpdateWithRevisionId function core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php Tests that resaving a revision with a different revision ID throws an exception.
EntityArgumentTest class core/modules/views/tests/src/Functional/Plugin/EntityArgumentTest.php Tests the handler of the view: entity target argument.
EntityArgumentTest.php file core/modules/views/tests/src/Functional/Plugin/EntityArgumentTest.php
EntityArgumentTest::$adminUser property core/modules/views/tests/src/Functional/Plugin/EntityArgumentTest.php A user with permission to administer taxonomy.
EntityArgumentTest::$defaultTheme property core/modules/views/tests/src/Functional/Plugin/EntityArgumentTest.php The theme to install as the default for testing.
EntityArgumentTest::$modules property core/modules/views/tests/src/Functional/Plugin/EntityArgumentTest.php Modules to install.
EntityArgumentTest::$testViews property core/modules/views/tests/src/Functional/Plugin/EntityArgumentTest.php Views used by this test.
EntityArgumentTest::setUp function core/modules/views/tests/src/Functional/Plugin/EntityArgumentTest.php Sets up the test.
EntityArgumentTest::testArgumentTitle function core/modules/views/tests/src/Functional/Plugin/EntityArgumentTest.php Tests the generated title of a view with an entity target argument.
EntityArgumentUpdateTest class core/modules/views/tests/src/Functional/Update/EntityArgumentUpdateTest.php Tests the upgrade path for converting numeric arguments to entity_target_id.
EntityArgumentUpdateTest.php file core/modules/views/tests/src/Functional/Update/EntityArgumentUpdateTest.php
EntityArgumentUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/EntityArgumentUpdateTest.php Set database dump files to be used.
EntityArgumentUpdateTest::testViewsFieldPluginConversion function core/modules/views/tests/src/Functional/Update/EntityArgumentUpdateTest.php Tests that numeric argument plugins are updated properly.
EntityAutocompleteElementFormTest class core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php Tests the EntityAutocomplete Form API element.
EntityAutocompleteElementFormTest.php file core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php
EntityAutocompleteElementFormTest::$referencedEntities property core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php An array of entities to be referenced in this test.
EntityAutocompleteElementFormTest::$testAutocreateUser property core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php User for autocreate testing.
EntityAutocompleteElementFormTest::$testUser property core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php User for testing.
EntityAutocompleteElementFormTest::buildForm function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php Form constructor.
EntityAutocompleteElementFormTest::getAutocompleteInput function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php Returns an entity label in format needed by the EntityAutocomplete element.
EntityAutocompleteElementFormTest::getFormId function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php Returns a unique string identifying the form.
EntityAutocompleteElementFormTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php
EntityAutocompleteElementFormTest::submitForm function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php Form submission handler.
EntityAutocompleteElementFormTest::testEntityAutocompleteAccess function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php Tests that access is properly checked by the EntityAutocomplete element.
EntityAutocompleteElementFormTest::testEntityAutocompleteIdInput function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php Tests ID input is handled correctly.
EntityAutocompleteElementFormTest::testInvalidEntityAutocompleteElement function core/tests/Drupal/KernelTests/Core/Entity/Element/EntityAutocompleteElementFormTest.php Tests invalid entries in the EntityAutocomplete Form API element.

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