Search for test

  1. Search 7.x for test
  2. Search 9.5.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
LegacyAliasStorageTest::setUp function core/tests/Drupal/KernelTests/Core/Path/LegacyAliasStorageTest.php
LegacyAliasStorageTest::testAliasExists function core/tests/Drupal/KernelTests/Core/Path/LegacyAliasStorageTest.php @covers ::aliasExists[[api-linebreak]]
@expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage handler for the…
LegacyAliasStorageTest::testCRUD function core/tests/Drupal/KernelTests/Core/Path/LegacyAliasStorageTest.php @covers ::load[[api-linebreak]]
@covers ::save[[api-linebreak]]
@covers ::delete[[api-linebreak]]
@expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the…
LegacyAliasStorageTest::testGetAliasesForAdminListing function core/tests/Drupal/KernelTests/Core/Path/LegacyAliasStorageTest.php @covers ::getAliasesForAdminListing[[api-linebreak]]
@expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage…
LegacyAliasStorageTest::testLanguageAliasExists function core/tests/Drupal/KernelTests/Core/Path/LegacyAliasStorageTest.php @covers ::languageAliasExists[[api-linebreak]]
@expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage handler…
LegacyAliasStorageTest::testLoad function core/tests/Drupal/KernelTests/Core/Path/LegacyAliasStorageTest.php @covers ::load[[api-linebreak]]
@expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage handler for the…
LegacyAliasStorageTest::testLookupPathAlias function core/tests/Drupal/KernelTests/Core/Path/LegacyAliasStorageTest.php @covers ::lookupPathAlias[[api-linebreak]]
@expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage handler for…
LegacyAliasStorageTest::testLookupPathSource function core/tests/Drupal/KernelTests/Core/Path/LegacyAliasStorageTest.php @covers ::lookupPathSource[[api-linebreak]]
@expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage handler…
LegacyAliasStorageTest::testPathHasMatchingAlias function core/tests/Drupal/KernelTests/Core/Path/LegacyAliasStorageTest.php @covers ::pathHasMatchingAlias[[api-linebreak]]
@expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage…
LegacyAliasStorageTest::testPreLoadPathAlias function core/tests/Drupal/KernelTests/Core/Path/LegacyAliasStorageTest.php @covers ::preloadPathAlias[[api-linebreak]]
@expectedDeprecation \Drupal\Core\Path\AliasStorage is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use the "path_alias.repository" service instead, or the entity storage handler…
LegacyBlockPluginIdTest class core/modules/block/tests/src/Unit/Plugin/migrate/process/LegacyBlockPluginIdTest.php Tests legacy usage of BlockPluginId.
LegacyBlockPluginIdTest.php file core/modules/block/tests/src/Unit/Plugin/migrate/process/LegacyBlockPluginIdTest.php
LegacyBlockPluginIdTest::setUp function core/modules/block/tests/src/Unit/Plugin/migrate/process/LegacyBlockPluginIdTest.php
LegacyBlockPluginIdTest::testConstruct function core/modules/block/tests/src/Unit/Plugin/migrate/process/LegacyBlockPluginIdTest.php Tests legacy construction.
LegacyBlockVisibilityTest class core/modules/block/tests/src/Unit/Plugin/migrate/process/LegacyBlockVisibilityTest.php Tests the block_visibility process plugin.
LegacyBlockVisibilityTest.php file core/modules/block/tests/src/Unit/Plugin/migrate/process/LegacyBlockVisibilityTest.php
LegacyBlockVisibilityTest::$moduleHandler property core/modules/block/tests/src/Unit/Plugin/migrate/process/LegacyBlockVisibilityTest.php The module handler.
LegacyBlockVisibilityTest::setUp function core/modules/block/tests/src/Unit/Plugin/migrate/process/LegacyBlockVisibilityTest.php
LegacyBlockVisibilityTest::testTransformException function core/modules/block/tests/src/Unit/Plugin/migrate/process/LegacyBlockVisibilityTest.php Tests Transform.
LegacyBlockVisibilityTest::testTransformMultiplePagesWithFront function core/modules/block/tests/src/Unit/Plugin/migrate/process/LegacyBlockVisibilityTest.php Tests Transform.
LegacyBlockVisibilityTest::testTransformNoData function core/modules/block/tests/src/Unit/Plugin/migrate/process/LegacyBlockVisibilityTest.php Tests Transform.
LegacyBlockVisibilityTest::testTransformPhpDisabled function core/modules/block/tests/src/Unit/Plugin/migrate/process/LegacyBlockVisibilityTest.php Tests Transform.
LegacyBlockVisibilityTest::testTransformPhpEnabled function core/modules/block/tests/src/Unit/Plugin/migrate/process/LegacyBlockVisibilityTest.php Tests Transform.
LegacyBlockVisibilityTest::testTransformSinglePageWithFront function core/modules/block/tests/src/Unit/Plugin/migrate/process/LegacyBlockVisibilityTest.php Tests Transform.
LegacyContentEntityStorageBaseTest class core/tests/Drupal/Tests/Core/Entity/LegacyContentEntityStorageBaseTest.php Tests deprecated methods of ContentEntityStorageBase.
LegacyContentEntityStorageBaseTest.php file core/tests/Drupal/Tests/Core/Entity/LegacyContentEntityStorageBaseTest.php
LegacyContentEntityStorageBaseTest::testDoLoadMultipleRevisionFieldItems function core/tests/Drupal/Tests/Core/Entity/LegacyContentEntityStorageBaseTest.php Tests doLoadMultipleRevisionsFieldItems triggers an error.
LegacyDestinationCategoryTest class core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/LegacyDestinationCategoryTest.php Extends DestinationCategoryTest to test with deprecated modules.
LegacyDestinationCategoryTest.php file core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/LegacyDestinationCategoryTest.php
LegacyDestinationCategoryTest::$excludeDeprecated property core/modules/migrate_drupal/tests/src/Kernel/Plugin/migrate/LegacyDestinationCategoryTest.php Flag to exclude deprecated modules from the tests.
LegacyEntityDisplayBaseTest class core/tests/Drupal/KernelTests/Core/Entity/LegacyEntityDisplayBaseTest.php Tests Deprecated EntityDisplayBase functionality.
LegacyEntityDisplayBaseTest.php file core/tests/Drupal/KernelTests/Core/Entity/LegacyEntityDisplayBaseTest.php
LegacyEntityDisplayBaseTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/LegacyEntityDisplayBaseTest.php Modules to enable.
LegacyEntityDisplayBaseTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/LegacyEntityDisplayBaseTest.php
LegacyEntityDisplayBaseTest::testHandleHiddenType function core/tests/Drupal/KernelTests/Core/Entity/LegacyEntityDisplayBaseTest.php Tests the deprecated ::handleHiddenType() method.
LegacyEntityDisplayBaseTest::testLegacyPreSave function core/tests/Drupal/KernelTests/Core/Entity/LegacyEntityDisplayBaseTest.php Tests legacy handling of 'type' => 'hidden'.
LegacyFieldTypePluginManagerTest class core/modules/field/tests/src/Kernel/LegacyFieldTypePluginManagerTest.php Extends FieldTypePluginManagerTest to test with deprecated modules.
LegacyFieldTypePluginManagerTest.php file core/modules/field/tests/src/Kernel/LegacyFieldTypePluginManagerTest.php
LegacyFieldTypePluginManagerTest::$excludeDeprecated property core/modules/field/tests/src/Kernel/LegacyFieldTypePluginManagerTest.php Flag to exclude deprecated modules from the tests.
LegacyFileTest class core/modules/file/tests/src/Unit/LegacyFileTest.php Provides unit tests for file module deprecation errors.
LegacyFileTest.php file core/modules/file/tests/src/Unit/LegacyFileTest.php
LegacyFileTest::$configFactory property core/modules/file/tests/src/Unit/LegacyFileTest.php A mocked ConfigFactoryInterface.
LegacyFileTest::setUp function core/modules/file/tests/src/Unit/LegacyFileTest.php
LegacyFileTest::testDatabaseFileUsageBackendConstruct function core/modules/file/tests/src/Unit/LegacyFileTest.php Tests passing legacy arguments to DatabaseFileUsageBackend::__construct().
LegacyFileTest::testFileUsageBaseConstruct function core/modules/file/tests/src/Unit/LegacyFileTest.php Tests passing legacy arguments to FileUsageBase::__construct().
LegacyForumTest class core/modules/forum/tests/src/Kernel/LegacyForumTest.php Tests Legacy forum code.
LegacyForumTest.php file core/modules/forum/tests/src/Kernel/LegacyForumTest.php
LegacyForumTest::$modules property core/modules/forum/tests/src/Kernel/LegacyForumTest.php Modules to enable.
LegacyForumTest::$termStorage property core/modules/forum/tests/src/Kernel/LegacyForumTest.php The taxonomy term storage.
LegacyForumTest::setUp function core/modules/forum/tests/src/Kernel/LegacyForumTest.php

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