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
LoadMultipleTest::testTaxonomyTermMultipleLoad function core/modules/taxonomy/tests/src/Functional/LoadMultipleTest.php Tests entity_load_multiple().
LoadTest class core/modules/file/tests/src/Kernel/LoadTest.php Tests \Drupal\file\Entity\File::load().
LoadTest.php file core/modules/file/tests/src/Kernel/LoadTest.php
LoadTest::testLoadInvalidStatus function core/modules/file/tests/src/Kernel/LoadTest.php Try to load a non-existent file by status.
LoadTest::testLoadMissingFid function core/modules/file/tests/src/Kernel/LoadTest.php Try to load a non-existent file by fid.
LoadTest::testLoadMissingFilepath function core/modules/file/tests/src/Kernel/LoadTest.php Try to load a non-existent file by URI.
LoadTest::testMultiple function core/modules/file/tests/src/Kernel/LoadTest.php This will test loading file data from the database.
LoadTest::testSingleValues function core/modules/file/tests/src/Kernel/LoadTest.php Load a single file and ensure that the correct values are returned.
LoadTest::testUuidValues function core/modules/file/tests/src/Kernel/LoadTest.php Loads a single file and ensure that the correct values are returned.
LocalActionDefaultTest class core/tests/Drupal/Tests/Core/Menu/LocalActionDefaultTest.php @coversDefaultClass \Drupal\Core\Menu\LocalActionDefault[[api-linebreak]]
@group Menu
LocalActionDefaultTest.php file core/tests/Drupal/Tests/Core/Menu/LocalActionDefaultTest.php
LocalActionDefaultTest::$config property core/tests/Drupal/Tests/Core/Menu/LocalActionDefaultTest.php The used plugin configuration.
LocalActionDefaultTest::$localActionDefault property core/tests/Drupal/Tests/Core/Menu/LocalActionDefaultTest.php The tested local action default plugin.
LocalActionDefaultTest::$pluginDefinition property core/tests/Drupal/Tests/Core/Menu/LocalActionDefaultTest.php The used plugin definition.
LocalActionDefaultTest::$pluginId property core/tests/Drupal/Tests/Core/Menu/LocalActionDefaultTest.php The used plugin ID.
LocalActionDefaultTest::$routeProvider property core/tests/Drupal/Tests/Core/Menu/LocalActionDefaultTest.php The mocked route provider.
LocalActionDefaultTest::$stringTranslation property core/tests/Drupal/Tests/Core/Menu/LocalActionDefaultTest.php The mocked translator.
LocalActionDefaultTest::setUp function core/tests/Drupal/Tests/Core/Menu/LocalActionDefaultTest.php
LocalActionDefaultTest::setupLocalActionDefault function core/tests/Drupal/Tests/Core/Menu/LocalActionDefaultTest.php Setups the local action default.
LocalActionDefaultTest::testGetTitle function core/tests/Drupal/Tests/Core/Menu/LocalActionDefaultTest.php Tests the getTitle method without a translation context.
LocalActionDefaultTest::testGetTitleWithContext function core/tests/Drupal/Tests/Core/Menu/LocalActionDefaultTest.php Tests the getTitle method with a translation context.
LocalActionDefaultTest::testGetTitleWithTitleArguments function core/tests/Drupal/Tests/Core/Menu/LocalActionDefaultTest.php Tests the getTitle method with title arguments.
LocalActionManagerTest class core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php @coversDefaultClass \Drupal\Core\Menu\LocalActionManager[[api-linebreak]]
@group Menu
LocalActionManagerTest class core/tests/Drupal/KernelTests/Core/Menu/LocalActionManagerTest.php Tests the local action manager.
LocalActionManagerTest.php file core/tests/Drupal/KernelTests/Core/Menu/LocalActionManagerTest.php
LocalActionManagerTest.php file core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php Contains \Drupal\Tests\Core\Menu\LocalActionManagerTest.
LocalActionManagerTest::$accessManager property core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php The mocked access manager.
LocalActionManagerTest::$account property core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php The mocked account.
LocalActionManagerTest::$argumentResolver property core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php The mocked argument resolver.
LocalActionManagerTest::$cacheBackend property core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php The mocked cache backend.
LocalActionManagerTest::$discovery property core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php The mocked plugin discovery.
LocalActionManagerTest::$factory property core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php The mocked factory.
LocalActionManagerTest::$localActionManager property core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php The tested local action manager.
LocalActionManagerTest::$moduleHandler property core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php The mocked module handler.
LocalActionManagerTest::$modules property core/tests/Drupal/KernelTests/Core/Menu/LocalActionManagerTest.php Modules to enable.
LocalActionManagerTest::$request property core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php The mocked request.
LocalActionManagerTest::$routeProvider property core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php The mocked router provider.
LocalActionManagerTest::getActionsForRouteProvider function core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php
LocalActionManagerTest::setUp function core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php
LocalActionManagerTest::testCacheability function core/tests/Drupal/KernelTests/Core/Menu/LocalActionManagerTest.php Tests the cacheability of local actions.
LocalActionManagerTest::testGetActionsForRoute function core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php @covers ::getActionsForRoute[[api-linebreak]]
LocalActionManagerTest::testGetTitle function core/tests/Drupal/Tests/Core/Menu/LocalActionManagerTest.php @covers ::getTitle[[api-linebreak]]
LocalActionTest class core/modules/system/tests/src/Functional/Menu/LocalActionTest.php Tests local actions derived from router and added/altered via hooks.
LocalActionTest class core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalActionTest.php Test derivative to check local action title escaping.
LocalActionTest.php file core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalActionTest.php
LocalActionTest.php file core/modules/system/tests/src/Functional/Menu/LocalActionTest.php
LocalActionTest::$defaultTheme property core/modules/system/tests/src/Functional/Menu/LocalActionTest.php The theme to install as the default for testing.
LocalActionTest::$modules property core/modules/system/tests/src/Functional/Menu/LocalActionTest.php Modules to enable.
LocalActionTest::assertLocalAction function core/modules/system/tests/src/Functional/Menu/LocalActionTest.php Asserts local actions in the page output.
LocalActionTest::getDerivativeDefinitions function core/modules/system/tests/modules/menu_test/src/Plugin/Derivative/LocalActionTest.php Gets the definition of all derivatives of a base plugin.

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