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
IntegrationTest class core/modules/statistics/tests/src/Functional/Views/IntegrationTest.php Tests basic integration of views data from the statistics module.
IntegrationTest class core/modules/aggregator/tests/src/Kernel/Views/IntegrationTest.php Tests basic integration of views data from the aggregator module.
IntegrationTest.php file core/modules/aggregator/tests/src/Kernel/Views/IntegrationTest.php
IntegrationTest.php file core/modules/statistics/tests/src/Functional/Views/IntegrationTest.php
IntegrationTest::$defaultTheme property core/modules/statistics/tests/src/Functional/Views/IntegrationTest.php The theme to install as the default for testing.
IntegrationTest::$deniedUser property core/modules/statistics/tests/src/Functional/Views/IntegrationTest.php A test user with node viewing access only.
IntegrationTest::$feedStorage property core/modules/aggregator/tests/src/Kernel/Views/IntegrationTest.php The entity storage for aggregator feeds.
IntegrationTest::$itemStorage property core/modules/aggregator/tests/src/Kernel/Views/IntegrationTest.php The entity storage for aggregator items.
IntegrationTest::$modules property core/modules/aggregator/tests/src/Kernel/Views/IntegrationTest.php Modules to install.
IntegrationTest::$modules property core/modules/statistics/tests/src/Functional/Views/IntegrationTest.php Modules to enable.
IntegrationTest::$node property core/modules/statistics/tests/src/Functional/Views/IntegrationTest.php Stores the node object which is used by the test.
IntegrationTest::$testViews property core/modules/statistics/tests/src/Functional/Views/IntegrationTest.php Views used by this test.
IntegrationTest::$testViews property core/modules/aggregator/tests/src/Kernel/Views/IntegrationTest.php Views used by this test.
IntegrationTest::$webUser property core/modules/statistics/tests/src/Functional/Views/IntegrationTest.php Stores the user object that accesses the page.
IntegrationTest::setUp function core/modules/statistics/tests/src/Functional/Views/IntegrationTest.php Sets up the test.
IntegrationTest::setUp function core/modules/aggregator/tests/src/Kernel/Views/IntegrationTest.php
IntegrationTest::testAggregatorItemView function core/modules/aggregator/tests/src/Kernel/Views/IntegrationTest.php Tests basic aggregator_item view.
IntegrationTest::testNodeCounterIntegration function core/modules/statistics/tests/src/Functional/Views/IntegrationTest.php Tests the integration of the {node_counter} table in views.
InternalEntitiesTest class core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php Makes assertions about the JSON:API behavior for internal entities.
InternalEntitiesTest.php file core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php
InternalEntitiesTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php The theme to install as the default for testing.
InternalEntitiesTest::$internalEntity property core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php An entity of an internal entity type.
InternalEntitiesTest::$modules property core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php Modules to enable.
InternalEntitiesTest::$referencingEntity property core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php An entity referencing an internal entity.
InternalEntitiesTest::$testUser property core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php A test user.
InternalEntitiesTest::getIndividual function core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php Returns the decoded JSON:API document for the for the given entity.
InternalEntitiesTest::getRelated function core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php Performs an authenticated request and returns the decoded document.
InternalEntitiesTest::jsonapiGet function core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php Performs an authenticated request and returns the decoded document.
InternalEntitiesTest::setUp function core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php
InternalEntitiesTest::testEntryPoint function core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php Ensures that internal resources types aren't present in the entry point.
InternalEntitiesTest::testIncludes function core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php Asserts that internal entities are not included in compound documents.
InternalEntitiesTest::testLinks function core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php Asserts that links to internal relationships aren't generated.
InternalEntitiesTest::testRoutes function core/modules/jsonapi/tests/src/Functional/InternalEntitiesTest.php Ensures that internal resources types aren't present in the routes.
InternalPropertyTestFieldItem class core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/InternalPropertyTestFieldItem.php Defines the 'Internal Property' entity test field type.
InternalPropertyTestFieldItem.php file core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/InternalPropertyTestFieldItem.php
InternalPropertyTestFieldItem::propertyDefinitions function core/modules/system/tests/modules/entity_test/src/Plugin/Field/FieldType/InternalPropertyTestFieldItem.php Defines field item properties.
InternalTest class core/modules/ckeditor/tests/src/Kernel/Plugin/CKEditorPlugin/InternalTest.php @coversDefaultClass \Drupal\ckeditor\Plugin\CKEditorPlugin\Internal[[api-linebreak]]
InternalTest.php file core/modules/ckeditor/tests/src/Kernel/Plugin/CKEditorPlugin/InternalTest.php
InternalTest::$ckeditorPluginManager property core/modules/ckeditor/tests/src/Kernel/Plugin/CKEditorPlugin/InternalTest.php The CKEditor plugin manager.
InternalTest::$editor property core/modules/ckeditor/tests/src/Kernel/Plugin/CKEditorPlugin/InternalTest.php A testing text editor.
InternalTest::$format property core/modules/ckeditor/tests/src/Kernel/Plugin/CKEditorPlugin/InternalTest.php A testing text format.
InternalTest::$modules property core/modules/ckeditor/tests/src/Kernel/Plugin/CKEditorPlugin/InternalTest.php Modules to enable.
InternalTest::formatTagsSettingsTestCases function core/modules/ckeditor/tests/src/Kernel/Plugin/CKEditorPlugin/InternalTest.php A data provider for testFormatTagsSettings.
InternalTest::setUp function core/modules/ckeditor/tests/src/Kernel/Plugin/CKEditorPlugin/InternalTest.php
InternalTest::testFormatTagsSettings function core/modules/ckeditor/tests/src/Kernel/Plugin/CKEditorPlugin/InternalTest.php Tests the format tags settings.
InternalTypedDataTestTrait trait core/modules/serialization/tests/src/Unit/Normalizer/InternalTypedDataTestTrait.php Trait that provides mocked typed data objects.
InternalTypedDataTestTrait.php file core/modules/serialization/tests/src/Unit/Normalizer/InternalTypedDataTestTrait.php
InternalTypedDataTestTrait::getTypedDataProperty function core/modules/serialization/tests/src/Unit/Normalizer/InternalTypedDataTestTrait.php Gets a typed data property.
InternalViolationTest class core/tests/Drupal/Tests/Core/Field/InternalViolationTest.php @coversDefaultClass \Drupal\Core\Field\InternalViolation[[api-linebreak]]
@group legacy
InternalViolationTest.php file core/tests/Drupal/Tests/Core/Field/InternalViolationTest.php

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