Search for test

  1. Search 7.x for test
  2. Search 9.5.x for test
  3. Search 8.9.x for test
  4. Search 10.3.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.
Test class core/modules/config/tests/config_constant_test/src/Test.php A test class.

All search results

Title Object type File name Summary
LoginCommandTest::$modules property core/modules/user/tests/src/Functional/Command/LoginCommandTest.php
LoginCommandTest::buildLoginCommandTester function core/modules/user/tests/src/Kernel/Command/LoginCommandTest.php Builds a CommandTester to test the user:login command.
LoginCommandTest::invalidUserProvider function core/modules/user/tests/src/Kernel/Command/LoginCommandTest.php Data provider for testing invalid user login attempts.
LoginCommandTest::setUp function core/modules/user/tests/src/Kernel/Command/LoginCommandTest.php
LoginCommandTest::testBlockedUser function core/modules/user/tests/src/Kernel/Command/LoginCommandTest.php Tests trying to get a login link for a blocked user.
LoginCommandTest::testLogin function core/modules/user/tests/src/Functional/Command/LoginCommandTest.php Tests logins.
LoginCommandTest::testLoginInvalidUsers function core/modules/user/tests/src/Kernel/Command/LoginCommandTest.php Tests invalid login attempts.
LoginFinalizerTest class core/modules/user/tests/src/Kernel/LoginFinalizerTest.php Tests login finalization.
LoginFinalizerTest.php file core/modules/user/tests/src/Kernel/LoginFinalizerTest.php
LoginFinalizerTest::$modules property core/modules/user/tests/src/Kernel/LoginFinalizerTest.php
LoginFinalizerTest::$testUserId property core/modules/user/tests/src/Kernel/LoginFinalizerTest.php The test user ID.
LoginFinalizerTest::setUp function core/modules/user/tests/src/Kernel/LoginFinalizerTest.php
LoginFinalizerTest::testLogin function core/modules/user/tests/src/Kernel/LoginFinalizerTest.php Tests login.
LoginFinalizerTest::userLogin function core/modules/user/tests/src/Kernel/LoginFinalizerTest.php Implements hook_user_login().
LogMessageParserTest class core/tests/Drupal/Tests/Core/Logger/LogMessageParserTest.php Tests Drupal\Core\Logger\LogMessageParser.
LogMessageParserTest.php file core/tests/Drupal/Tests/Core/Logger/LogMessageParserTest.php
LogMessageParserTest::providerTestParseMessagePlaceholders function core/tests/Drupal/Tests/Core/Logger/LogMessageParserTest.php Data provider for testParseMessagePlaceholders().
LogMessageParserTest::testParseMessagePlaceholders function core/tests/Drupal/Tests/Core/Logger/LogMessageParserTest.php Tests for LogMessageParserTrait::parseMessagePlaceholders()
LogoutFinalizerTest class core/modules/user/tests/src/Kernel/LogoutFinalizerTest.php Tests logout finalization.
LogoutFinalizerTest.php file core/modules/user/tests/src/Kernel/LogoutFinalizerTest.php
LogoutFinalizerTest::$modules property core/modules/user/tests/src/Kernel/LogoutFinalizerTest.php
LogoutFinalizerTest::$testUserId property core/modules/user/tests/src/Kernel/LogoutFinalizerTest.php The test user ID.
LogoutFinalizerTest::setUp function core/modules/user/tests/src/Kernel/LogoutFinalizerTest.php
LogoutFinalizerTest::testLogout function core/modules/user/tests/src/Kernel/LogoutFinalizerTest.php Tests logout.
LogoutFinalizerTest::userLogout function core/modules/user/tests/src/Kernel/LogoutFinalizerTest.php Implements hook_user_logout().
LogTest class core/modules/migrate/tests/src/Unit/process/LogTest.php Tests the Log process plugin.
LogTest class core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php Tests the Log process plugin.
LogTest.php file core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php
LogTest.php file core/modules/migrate/tests/src/Unit/process/LogTest.php
LogTest::$executable property core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php Migrate executable.
LogTest::$logPlugin property core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php The Log process plugin.
LogTest::$modules property core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php Modules to install.
LogTest::providerTestLog function core/modules/migrate/tests/src/Unit/process/LogTest.php Provides data for testLog.
LogTest::setUp function core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php
LogTest::testLog function core/modules/migrate/tests/src/Kernel/Plugin/LogTest.php Tests the Log plugin.
LogTest::testLog function core/modules/migrate/tests/src/Unit/process/LogTest.php Tests the Log plugin.
LonelyMonkeyController::testBrokenClass function core/modules/system/tests/modules/error_service_test/src/Controller/LonelyMonkeyController.php
LruCacheGenericTest class core/tests/Drupal/KernelTests/Core/Cache/LruCacheGenericTest.php Unit test of the LRU memory cache using the generic cache unit test base.
LruCacheGenericTest.php file core/tests/Drupal/KernelTests/Core/Cache/LruCacheGenericTest.php
LruCacheGenericTest::$testObjectProperties property core/tests/Drupal/KernelTests/Core/Cache/LruCacheGenericTest.php
LruCacheGenericTest::createCacheBackend function core/tests/Drupal/KernelTests/Core/Cache/LruCacheGenericTest.php Creates a new instance of LruMemoryCache.
LruCacheGenericTest::testInvalidateTags function core/tests/Drupal/KernelTests/Core/Cache/LruCacheGenericTest.php The LRU memory cache removes items when invalidateTags is called.
LruMemoryCacheTest class core/tests/Drupal/Tests/Core/Cache/LruMemoryCacheTest.php Tests Drupal\Core\Cache\MemoryCache\LruMemoryCache.
LruMemoryCacheTest.php file core/tests/Drupal/Tests/Core/Cache/LruMemoryCacheTest.php
LruMemoryCacheTest::assertCacheData function core/tests/Drupal/Tests/Core/Cache/LruMemoryCacheTest.php Asserts that the given cache data matches the data in the memory cache.
LruMemoryCacheTest::getLruMemoryCache function core/tests/Drupal/Tests/Core/Cache/LruMemoryCacheTest.php Creates a LRU cache for testing.
LruMemoryCacheTest::testGetSetDelete function core/tests/Drupal/Tests/Core/Cache/LruMemoryCacheTest.php Tests getting, setting and deleting items from the LRU memory cache.
LruMemoryCacheTest::testInvalidate function core/tests/Drupal/Tests/Core/Cache/LruMemoryCacheTest.php Tests invalidation from the LRU memory cache.
LruMemoryCacheTest::testInvalidateNumeric function core/tests/Drupal/Tests/Core/Cache/LruMemoryCacheTest.php Tests invalidation with numeric keys from the LRU memory cache.
LruMemoryCacheTest::testSetMultiple function core/tests/Drupal/Tests/Core/Cache/LruMemoryCacheTest.php Tests setting multiple items in the LRU memory cache.

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