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. 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
BackendChainImplementationUnitTest::testDelete function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Tests that delete will propagate.
BackendChainImplementationUnitTest::testDeleteAllPropagation function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Tests that the delete all operation is propagated to all chained backends.
BackendChainImplementationUnitTest::testDeleteTagsPropagation function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Tests that the delete tags operation is propagated to all chained backends.
BackendChainImplementationUnitTest::testGet function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Tests the get feature.
BackendChainImplementationUnitTest::testGetHasPropagated function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Ensure get values propagation to previous backends.
BackendChainImplementationUnitTest::testGetMultiple function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Tests the get multiple feature.
BackendChainImplementationUnitTest::testGetMultipleHasPropagated function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Ensure get multiple values propagation to previous backends.
BackendChainImplementationUnitTest::testRemoveBin function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Tests that removing bin propagates to all backends.
BackendChainImplementationUnitTest::testSet function core/tests/Drupal/Tests/Core/Cache/BackendChainImplementationUnitTest.php Tests that set will propagate.
BackendChainTest class core/tests/Drupal/KernelTests/Core/Cache/BackendChainTest.php Unit test of the backend chain using the generic cache unit test base.
BackendChainTest.php file core/tests/Drupal/KernelTests/Core/Cache/BackendChainTest.php
BackendChainTest::createCacheBackend function core/tests/Drupal/KernelTests/Core/Cache/BackendChainTest.php Creates a cache backend to test.
BackendCompilerPassTest class core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php @coversDefaultClass \Drupal\Core\DependencyInjection\Compiler\BackendCompilerPass
@group DependencyInjection
BackendCompilerPassTest.php file core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php
BackendCompilerPassTest::$backendPass property core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php The tested backend compiler pass.
BackendCompilerPassTest::getDriverTestMysqlContainer function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php Creates a container with a DriverTestMysql database mock definition in it.
BackendCompilerPassTest::getMysqlContainer function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php Creates a container with a mysql database service definition in it.
BackendCompilerPassTest::getSqliteContainer function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php Creates a container with a sqlite database service in it.
BackendCompilerPassTest::setUp function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php
BackendCompilerPassTest::testProcess function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php Tests the process method.
BackwardsCompatibilityClassLoaderTest class core/tests/Drupal/KernelTests/Core/ClassLoader/BackwardsCompatibilityClassLoaderTest.php @coversDefaultClass Drupal\Core\ClassLoader\BackwardsCompatibilityClassLoader
@group ClassLoader
BackwardsCompatibilityClassLoaderTest.php file core/tests/Drupal/KernelTests/Core/ClassLoader/BackwardsCompatibilityClassLoaderTest.php
BackwardsCompatibilityClassLoaderTest::$modules property core/tests/Drupal/KernelTests/Core/ClassLoader/BackwardsCompatibilityClassLoaderTest.php Modules to install.
BackwardsCompatibilityClassLoaderTest::testModuleMovedClass function core/tests/Drupal/KernelTests/Core/ClassLoader/BackwardsCompatibilityClassLoaderTest.php Tests that a moved class from a module works.
BackwardsCompatibilityClassLoaderTest::testTranslationWrapper function core/tests/Drupal/KernelTests/Core/ClassLoader/BackwardsCompatibilityClassLoaderTest.php Tests that the bc layer for TranslationWrapper works.
BanAdminTest class core/modules/ban/tests/src/Unit/BanAdminTest.php Tests the BanAdmin form.
BanAdminTest.php file core/modules/ban/tests/src/Unit/BanAdminTest.php
BanAdminTest::getIpManagerMock function core/modules/ban/tests/src/Unit/BanAdminTest.php Get the mocked IP manager service.
BanAdminTest::getRequestStackMock function core/modules/ban/tests/src/Unit/BanAdminTest.php Get a request stack with a dummy IP.
BanAdminTest::providerIpValidation function core/modules/ban/tests/src/Unit/BanAdminTest.php Data provider for testIpValidation().
BanAdminTest::testIpValidation function core/modules/ban/tests/src/Unit/BanAdminTest.php Tests various user input to confirm correct validation.
BanAdminTest::testRouteParameter function core/modules/ban/tests/src/Unit/BanAdminTest.php Test passing an IP address as a route parameter.
BanAdminTest::testSubmit function core/modules/ban/tests/src/Unit/BanAdminTest.php Test form submission.
BanIpTest class core/modules/ban/tests/src/Kernel/BanIpTest.php @group ban
BanIpTest.php file core/modules/ban/tests/src/Kernel/BanIpTest.php
BanIpTest::$modules property core/modules/ban/tests/src/Kernel/BanIpTest.php Modules to install.
BanIpTest::getIpBans function core/modules/ban/tests/src/Kernel/BanIpTest.php Gets the IP bans.
BanIpTest::setUp function core/modules/ban/tests/src/Kernel/BanIpTest.php
BanIpTest::testBanIp function core/modules/ban/tests/src/Kernel/BanIpTest.php Test banning IPs.
BanMiddlewareTest class core/modules/ban/tests/src/Unit/BanMiddlewareTest.php @coversDefaultClass \Drupal\ban\BanMiddleware
@group ban
BanMiddlewareTest.php file core/modules/ban/tests/src/Unit/BanMiddlewareTest.php
BanMiddlewareTest::$banManager property core/modules/ban/tests/src/Unit/BanMiddlewareTest.php The mocked ban IP manager.
BanMiddlewareTest::$banMiddleware property core/modules/ban/tests/src/Unit/BanMiddlewareTest.php The tested ban middleware.
BanMiddlewareTest::$kernel property core/modules/ban/tests/src/Unit/BanMiddlewareTest.php The mocked wrapped kernel.
BanMiddlewareTest::setUp function core/modules/ban/tests/src/Unit/BanMiddlewareTest.php
BanMiddlewareTest::testBannedIp function core/modules/ban/tests/src/Unit/BanMiddlewareTest.php Tests a banned IP.
BanMiddlewareTest::testUnbannedIp function core/modules/ban/tests/src/Unit/BanMiddlewareTest.php Tests an unbanned IP.
BaseFieldAccessTest class core/modules/views/tests/src/Functional/Entity/BaseFieldAccessTest.php Tests views base field access.
BaseFieldAccessTest.php file core/modules/views/tests/src/Functional/Entity/BaseFieldAccessTest.php
BaseFieldAccessTest::$defaultTheme property core/modules/views/tests/src/Functional/Entity/BaseFieldAccessTest.php The theme to install as the default for testing.

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