Search for test

  1. Search 7.x for test
  2. Search 8.9.x for test
  3. Search 10.3.x for test
  4. Search 11.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
ManageFieldsFunctionalTest::testDeleteField function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests that deletion removes field storages and fields as expected.
ManageFieldsFunctionalTest::testDeleteTaxonomyField function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests that deletion removes field storages and fields as expected for a term.
ManageFieldsFunctionalTest::testDisallowedFieldNames function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests that Field UI respects disallowed field names.
ManageFieldsFunctionalTest::testDuplicateFieldName function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests that a duplicate field name is caught by validation.
ManageFieldsFunctionalTest::testExternalDestinations function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests that external URLs in the 'destinations' query parameter are blocked.
ManageFieldsFunctionalTest::testFieldPrefix function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests that the 'field_prefix' setting works on Field UI.
ManageFieldsFunctionalTest::testHelpDescriptions function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests that help descriptions render valid HTML.
ManageFieldsFunctionalTest::testHiddenFields function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests that Field UI respects the 'no_ui' flag in the field type definition.
ManageFieldsFunctionalTest::testLockedField function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests that Field UI respects locked fields.
ManageFieldsFunctionalTest::testNonExistentFieldUrls function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests the access to non-existent field URLs.
ManageFieldsFunctionalTest::testPreconfiguredFields function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests the "preconfigured field" functionality.
ManageFieldsFunctionalTest::updateField function core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php Tests editing an existing field.
ManageFieldsTest class core/modules/field_ui/tests/src/Functional/ManageFieldsTest.php Tests the Manage Display page of a fieldable entity type.
ManageFieldsTest.php file core/modules/field_ui/tests/src/Functional/ManageFieldsTest.php
ManageFieldsTest::$defaultTheme property core/modules/field_ui/tests/src/Functional/ManageFieldsTest.php The theme to install as the default for testing.
ManageFieldsTest::$modules property core/modules/field_ui/tests/src/Functional/ManageFieldsTest.php Modules to enable.
ManageFieldsTest::setUp function core/modules/field_ui/tests/src/Functional/ManageFieldsTest.php
ManageFieldsTest::testFieldDropButtonOperations function core/modules/field_ui/tests/src/Functional/ManageFieldsTest.php
ManageGitIgnoreTest class core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ManageGitIgnoreTest.php Tests to see whether .gitignore files are correctly managed.
ManageGitIgnoreTest.php file core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ManageGitIgnoreTest.php
ManageGitIgnoreTest::$fileSystem property core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ManageGitIgnoreTest.php The Symfony FileSystem component.
ManageGitIgnoreTest::$fixtures property core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ManageGitIgnoreTest.php The Fixtures object.
ManageGitIgnoreTest::$fixturesDir property core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ManageGitIgnoreTest.php Directory to perform the tests in.
ManageGitIgnoreTest::$projectRoot property core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ManageGitIgnoreTest.php The root of this project.
ManageGitIgnoreTest::createSutWithGit function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ManageGitIgnoreTest.php Creates a system-under-test and initialize a git repository for it.
ManageGitIgnoreTest::setUp function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ManageGitIgnoreTest.php
ManageGitIgnoreTest::tearDown function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ManageGitIgnoreTest.php
ManageGitIgnoreTest::testAppendToEmptySettingsIsUnmanaged function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ManageGitIgnoreTest.php Tests appending to an unmanaged file, and confirm it is not .gitignored.
ManageGitIgnoreTest::testManageGitIgnore function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ManageGitIgnoreTest.php Tests scaffold command correctly manages the .gitignore file.
ManageGitIgnoreTest::testUnmanagedGitIgnoreWhenDisabled function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ManageGitIgnoreTest.php Tests scaffold command does not manage the .gitignore file when disabled.
ManageGitIgnoreTest::testUnmanagedGitIgnoreWhenGitNotAvailable function core/tests/Drupal/Tests/Composer/Plugin/Scaffold/Functional/ManageGitIgnoreTest.php Tests scaffold command disables .gitignore management when git not present.
ManyAssetsLoadOrderTest class core/tests/Drupal/FunctionalTests/Libraries/ManyAssetsLoadOrderTest.php Tests the loading of many weighted assets.
ManyAssetsLoadOrderTest.php file core/tests/Drupal/FunctionalTests/Libraries/ManyAssetsLoadOrderTest.php
ManyAssetsLoadOrderTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Libraries/ManyAssetsLoadOrderTest.php The theme to install as the default for testing.
ManyAssetsLoadOrderTest::$modules property core/tests/Drupal/FunctionalTests/Libraries/ManyAssetsLoadOrderTest.php Modules to enable.
ManyAssetsLoadOrderTest::testLoadOrder function core/tests/Drupal/FunctionalTests/Libraries/ManyAssetsLoadOrderTest.php Loads a page with many assets that have different but close weights.
ManyAssetsTestController class core/modules/system/tests/modules/many_assets_test/src/Controller/ManyAssetsTestController.php
ManyAssetsTestController.php file core/modules/system/tests/modules/many_assets_test/src/Controller/ManyAssetsTestController.php
ManyAssetsTestController::build function core/modules/system/tests/modules/many_assets_test/src/Controller/ManyAssetsTestController.php The render array of the assets testing page.
ManyPlaceholderTest class core/modules/big_pipe/tests/src/Unit/Render/ManyPlaceholderTest.php @coversDefaultClass \Drupal\big_pipe\Render\BigPipe[[api-linebreak]]
@group big_pipe
ManyPlaceholderTest.php file core/modules/big_pipe/tests/src/Unit/Render/ManyPlaceholderTest.php
ManyPlaceholderTest::testManyNoJsPlaceHolders function core/modules/big_pipe/tests/src/Unit/Render/ManyPlaceholderTest.php @covers \Drupal\big_pipe\Render\BigPipe::sendNoJsPlaceholders[[api-linebreak]]
many_assets_test.info.yml file core/modules/system/tests/modules/many_assets_test/many_assets_test.info.yml core/modules/system/tests/modules/many_assets_test/many_assets_test.info.yml
many_assets_test.libraries.yml file core/modules/system/tests/modules/many_assets_test/many_assets_test.libraries.yml core/modules/system/tests/modules/many_assets_test/many_assets_test.libraries.yml
many_assets_test.module file core/modules/system/tests/modules/many_assets_test/many_assets_test.module Helper module for asset load order test.
many_assets_test.routing.yml file core/modules/system/tests/modules/many_assets_test/many_assets_test.routing.yml core/modules/system/tests/modules/many_assets_test/many_assets_test.routing.yml
many_assets_test_library_info_build function core/modules/system/tests/modules/many_assets_test/many_assets_test.module Implements hook_library_info_build().
MapBaseFieldTest class core/tests/Drupal/KernelTests/Core/Field/MapBaseFieldTest.php Tests map base fields.
MapBaseFieldTest.php file core/tests/Drupal/KernelTests/Core/Field/MapBaseFieldTest.php
MapBaseFieldTest::$entityDefinitionUpdateManager property core/tests/Drupal/KernelTests/Core/Field/MapBaseFieldTest.php The entity definition update manager.

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