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. 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
FieldUITest::$testViews property core/modules/field/tests/src/Functional/Views/FieldUITest.php Views used by this test.
FieldUITest::setUp function core/modules/field/tests/src/Functional/Views/FieldUITest.php Sets up the test.
FieldUiTest::setUp function core/modules/field_ui/tests/src/Unit/FieldUiTest.php
FieldUITest::testBooleanFilterHandler function core/modules/field/tests/src/Functional/Views/FieldUITest.php Tests adding a boolean field filter handler.
FieldUITest::testFieldLabel function core/modules/views_ui/tests/src/Functional/FieldUITest.php Tests the field labels.
FieldUITest::testFieldUI function core/modules/views_ui/tests/src/Functional/FieldUITest.php Tests the UI of field handlers.
FieldUiTest::testGetNextDestination function core/modules/field_ui/tests/src/Unit/FieldUiTest.php @covers ::getNextDestination[[api-linebreak]]
FieldUiTest::testGetNextDestinationEmpty function core/modules/field_ui/tests/src/Unit/FieldUiTest.php @covers ::getNextDestination[[api-linebreak]]
FieldUiTest::testGetNextDestinationRouteName function core/modules/field_ui/tests/src/Unit/FieldUiTest.php @covers ::getNextDestination[[api-linebreak]]
FieldUITest::testHandlerUI function core/modules/field/tests/src/Functional/Views/FieldUITest.php Tests basic field handler settings in the UI.
FieldUITest::testHandlerUIAggregation function core/modules/field/tests/src/Functional/Views/FieldUITest.php Tests the basic field handler form when aggregation is enabled.
FieldUiTestTrait trait core/modules/field_ui/tests/src/Traits/FieldUiTestTrait.php Provides common functionality for the Field UI test classes.
FieldUiTestTrait.php file core/modules/field_ui/tests/src/Traits/FieldUiTestTrait.php
FieldUiTestTrait::fieldUIAddExistingField function core/modules/field_ui/tests/src/Traits/FieldUiTestTrait.php Adds an existing field through the Field UI.
FieldUiTestTrait::fieldUIAddNewField function core/modules/field_ui/tests/src/Traits/FieldUiTestTrait.php Creates a new field through the Field UI.
FieldUiTestTrait::fieldUIDeleteField function core/modules/field_ui/tests/src/Traits/FieldUiTestTrait.php Deletes a field through the Field UI.
FieldUninstallValidatorTest class core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php @coversDefaultClass \Drupal\field\FieldUninstallValidator[[api-linebreak]]
@group field
FieldUninstallValidatorTest.php file core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php
FieldUninstallValidatorTest::$fieldTypePluginManager property core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php The mock field type plugin manager.
FieldUninstallValidatorTest::$fieldUninstallValidator property core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php
FieldUninstallValidatorTest::setUp function core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php
FieldUninstallValidatorTest::testValidateDeleted function core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php @covers ::validate[[api-linebreak]]
FieldUninstallValidatorTest::testValidateNoDeleted function core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php @covers ::validate[[api-linebreak]]
FieldUninstallValidatorTest::testValidateNoStorages function core/modules/field/tests/src/Unit/FieldUninstallValidatorTest.php @covers ::validate[[api-linebreak]]
FieldUrlTest class core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php Tests the core Drupal\views\Plugin\views\field\Url handler.
FieldUrlTest.php file core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php
FieldUrlTest::$modules property core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php Modules to enable.
FieldUrlTest::$testViews property core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php Views used by this test.
FieldUrlTest::testFieldUrl function core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php
FieldUrlTest::viewsData function core/modules/views/tests/src/Kernel/Handler/FieldUrlTest.php Returns the views data definition.
FieldValidationTest class core/modules/field/tests/src/Kernel/FieldValidationTest.php Tests field validation.
FieldValidationTest.php file core/modules/field/tests/src/Kernel/FieldValidationTest.php
FieldValidationTest::$bundle property core/modules/field/tests/src/Kernel/FieldValidationTest.php
FieldValidationTest::$entity property core/modules/field/tests/src/Kernel/FieldValidationTest.php
FieldValidationTest::$entityType property core/modules/field/tests/src/Kernel/FieldValidationTest.php
FieldValidationTest::setUp function core/modules/field/tests/src/Kernel/FieldValidationTest.php Set the default field storage backend for fields created during tests.
FieldValidationTest::testCardinalityConstraint function core/modules/field/tests/src/Kernel/FieldValidationTest.php Tests that the number of values is validated against the field cardinality.
FieldValidationTest::testFieldConstraints function core/modules/field/tests/src/Kernel/FieldValidationTest.php Tests that constraints defined by the field type are validated.
FieldWebTest class core/modules/views/tests/src/Functional/Handler/FieldWebTest.php Tests fields from within a UI.
FieldWebTest.php file core/modules/views/tests/src/Functional/Handler/FieldWebTest.php
FieldWebTest::$columnMap property core/modules/views/tests/src/Functional/Handler/FieldWebTest.php Maps between the key in the expected result and the query result.
FieldWebTest::$defaultTheme property core/modules/views/tests/src/Functional/Handler/FieldWebTest.php The theme to install as the default for testing.
FieldWebTest::$modules property core/modules/views/tests/src/Functional/Handler/FieldWebTest.php Modules to enable.
FieldWebTest::$testViews property core/modules/views/tests/src/Functional/Handler/FieldWebTest.php Views used by this test.
FieldWebTest::assertNotSubString function core/modules/views/tests/src/Functional/Handler/FieldWebTest.php Assertion helper which checks whether a string is not part of another string.
FieldWebTest::assertSubString function core/modules/views/tests/src/Functional/Handler/FieldWebTest.php Assertion helper which checks whether a string is part of another string.
FieldWebTest::clickSortLoadIdsFromOutput function core/modules/views/tests/src/Functional/Handler/FieldWebTest.php Small helper function to get all ids in the output.
FieldWebTest::parseContent function core/modules/views/tests/src/Functional/Handler/FieldWebTest.php Parse a content and return the html element.
FieldWebTest::setUp function core/modules/views/tests/src/Functional/Handler/FieldWebTest.php Sets up the test.
FieldWebTest::testAlterUrl function core/modules/views/tests/src/Functional/Handler/FieldWebTest.php Tests rewriting the output to a link.

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