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
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
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 Contains \Drupal\Tests\Core\DependencyInjection\Compiler\BackendCompilerPassTest.
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::providerTestProcess function core/tests/Drupal/Tests/Core/DependencyInjection/Compiler/BackendCompilerPassTest.php Provides test data for testProcess().
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.
BackwardCompatibilityTest class core/tests/Drupal/FunctionalJavascriptTests/Ajax/BackwardCompatibilityTest.php Tests the compatibility of the ajax.es6.js file.
BackwardCompatibilityTest.php file core/tests/Drupal/FunctionalJavascriptTests/Ajax/BackwardCompatibilityTest.php
BackwardCompatibilityTest::$defaultTheme property core/tests/Drupal/FunctionalJavascriptTests/Ajax/BackwardCompatibilityTest.php
BackwardCompatibilityTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Ajax/BackwardCompatibilityTest.php
BackwardCompatibilityTest::testAjaxBackwardCompatibility function core/tests/Drupal/FunctionalJavascriptTests/Ajax/BackwardCompatibilityTest.php Ensures Drupal.Ajax.element_settings BC layer.
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.
BartikTest class core/themes/bartik/tests/src/Functional/BartikTest.php Tests the Bartik theme.
BartikTest.php file core/themes/bartik/tests/src/Functional/BartikTest.php
BartikTest::$defaultTheme property core/themes/bartik/tests/src/Functional/BartikTest.php The theme to install as the default for testing.
BartikTest::testRegressionMissingMessagesCss function core/themes/bartik/tests/src/Functional/BartikTest.php Tests that the Bartik theme always adds its message CSS files.
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.
BaseFieldAccessTest::$modules property core/modules/views/tests/src/Functional/Entity/BaseFieldAccessTest.php Modules to enable.
BaseFieldAccessTest::$testViews property core/modules/views/tests/src/Functional/Entity/BaseFieldAccessTest.php Views used by this test.
BaseFieldAccessTest::setUp function core/modules/views/tests/src/Functional/Entity/BaseFieldAccessTest.php Sets up the test.
BaseFieldAccessTest::testProtectedField function core/modules/views/tests/src/Functional/Entity/BaseFieldAccessTest.php Tests access to protected base fields.
BaseFieldDefinitionTest class core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php Unit test for BaseFieldDefinition.
BaseFieldDefinitionTest class core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityTestBase.php Stub class for BaseFieldDefinition.
BaseFieldDefinitionTest.php file core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php
BaseFieldDefinitionTest::$fieldType property core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php A dummy field type name.
BaseFieldDefinitionTest::$fieldTypeDefinition property core/tests/Drupal/Tests/Core/Entity/BaseFieldDefinitionTest.php A dummy field type definition.
BaseFieldDefinitionTest::create function core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityTestBase.php Creates a new field definition.
BaseFieldDefinitionTest::getSettings function core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityTestBase.php Returns the array of settings, as required by the used class.
BaseFieldDefinitionTest::getType function core/modules/migrate/tests/src/Unit/Plugin/migrate/destination/EntityTestBase.php Returns the field type.

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