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
DatabaseTestHooks class core/modules/system/tests/modules/database_test/src/Hook/DatabaseTestHooks.php Hook implementations for database_test.
DatabaseTestHooks.php file core/modules/system/tests/modules/database_test/src/Hook/DatabaseTestHooks.php
DatabaseTestHooks::queryAlter function core/modules/system/tests/modules/database_test/src/Hook/DatabaseTestHooks.php Implements hook_query_alter().
DatabaseTestHooks::queryDatabaseTestAlterRemoveRangeAlter function core/modules/system/tests/modules/database_test/src/Hook/DatabaseTestHooks.php Implements hook_query_TAG_alter().
DatabaseTestSchemaDataTrait trait core/tests/Drupal/KernelTests/Core/Database/DatabaseTestSchemaDataTrait.php Trait to manage data samples for test tables.
DatabaseTestSchemaDataTrait.php file core/tests/Drupal/KernelTests/Core/Database/DatabaseTestSchemaDataTrait.php
DatabaseTestSchemaDataTrait::addSampleData function core/tests/Drupal/KernelTests/Core/Database/DatabaseTestSchemaDataTrait.php Sets up our sample data.
DatabaseTestSchemaInstallTrait trait core/tests/Drupal/KernelTests/Core/Database/DatabaseTestSchemaInstallTrait.php Trait to manage installation for test tables.
DatabaseTestSchemaInstallTrait.php file core/tests/Drupal/KernelTests/Core/Database/DatabaseTestSchemaInstallTrait.php
DatabaseTestSchemaInstallTrait::installSampleSchema function core/tests/Drupal/KernelTests/Core/Database/DatabaseTestSchemaInstallTrait.php Sets up our sample table schema.
database_test.info.yml file core/modules/system/tests/modules/database_test/database_test.info.yml core/modules/system/tests/modules/database_test/database_test.info.yml
database_test.install file core/modules/system/tests/modules/database_test/database_test.install
database_test.routing.yml file core/modules/system/tests/modules/database_test/database_test.routing.yml core/modules/system/tests/modules/database_test/database_test.routing.yml
database_test.services.yml file core/modules/system/tests/modules/database_test/database_test.services.yml core/modules/system/tests/modules/database_test/database_test.services.yml
database_test_schema function core/modules/system/tests/modules/database_test/database_test.install Implements hook_schema().
DateFieldTest class core/modules/datetime/tests/src/Unit/Plugin/migrate/field/DateFieldTest.php Provides unit tests for the DateField Plugin.
DateFieldTest.php file core/modules/datetime/tests/src/Unit/Plugin/migrate/field/DateFieldTest.php
DateFieldTest::providerTestDefineValueProcessPipeline function core/modules/datetime/tests/src/Unit/Plugin/migrate/field/DateFieldTest.php Provides data for testDefineValueProcessPipeline().
DateFieldTest::testDefineValueProcessPipeline function core/modules/datetime/tests/src/Unit/Plugin/migrate/field/DateFieldTest.php Tests defineValueProcessPipeline.
DateFieldTest::testDefineValueProcessPipelineException function core/modules/datetime/tests/src/Unit/Plugin/migrate/field/DateFieldTest.php Tests invalid date types throw an exception.
DateFilterTest class core/modules/datetime/tests/src/Functional/DateFilterTest.php Test exposed datetime filters functionality.
DateFilterTest.php file core/modules/datetime/tests/src/Functional/DateFilterTest.php
DateFilterTest::$adminUser property core/modules/datetime/tests/src/Functional/DateFilterTest.php A user with permission to administer views.
DateFilterTest::$defaultTheme property core/modules/datetime/tests/src/Functional/DateFilterTest.php The theme to install as the default for testing.
DateFilterTest::$modules property core/modules/datetime/tests/src/Functional/DateFilterTest.php Modules to install.
DateFilterTest::$testViews property core/modules/datetime/tests/src/Functional/DateFilterTest.php Views used by this test.
DateFilterTest::setUp function core/modules/datetime/tests/src/Functional/DateFilterTest.php Sets up the test.
DateFilterTest::testLimitExposedOperators function core/modules/datetime/tests/src/Functional/DateFilterTest.php Tests the limit of the expose operator functionality.
DateFormatAccessControlHandlerTest class core/modules/system/tests/src/Kernel/DateFormatAccessControlHandlerTest.php @coversDefaultClass \Drupal\system\DateFormatAccessControlHandler[[api-linebreak]]
@group system
DateFormatAccessControlHandlerTest.php file core/modules/system/tests/src/Kernel/DateFormatAccessControlHandlerTest.php
DateFormatAccessControlHandlerTest::$accessControlHandler property core/modules/system/tests/src/Kernel/DateFormatAccessControlHandlerTest.php The date_format access control handler.
DateFormatAccessControlHandlerTest::$modules property core/modules/system/tests/src/Kernel/DateFormatAccessControlHandlerTest.php Modules to install.
DateFormatAccessControlHandlerTest::providerTestAccess function core/modules/system/tests/src/Kernel/DateFormatAccessControlHandlerTest.php Provides test cases for access control based on user permissions and entity lock status.
DateFormatAccessControlHandlerTest::setUp function core/modules/system/tests/src/Kernel/DateFormatAccessControlHandlerTest.php
DateFormatAccessControlHandlerTest::testAccess function core/modules/system/tests/src/Kernel/DateFormatAccessControlHandlerTest.php @covers ::checkAccess[[api-linebreak]]
@covers ::checkCreateAccess[[api-linebreak]]
@dataProvider providerTestAccess
DateFormatJsonAnonTest class core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonAnonTest.php Tests Date Format Json Anon.
DateFormatJsonAnonTest.php file core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonAnonTest.php
DateFormatJsonAnonTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonAnonTest.php The theme to install as the default for testing.
DateFormatJsonAnonTest::$format property core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonAnonTest.php The format to use in this test.
DateFormatJsonAnonTest::$mimeType property core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonAnonTest.php The MIME type that corresponds to $format.
DateFormatJsonBasicAuthTest class core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonBasicAuthTest.php Tests Date Format Json Basic Auth.
DateFormatJsonBasicAuthTest.php file core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonBasicAuthTest.php
DateFormatJsonBasicAuthTest::$auth property core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonBasicAuthTest.php The authentication mechanism to use in this test.
DateFormatJsonBasicAuthTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonBasicAuthTest.php The theme to install as the default for testing.
DateFormatJsonBasicAuthTest::$format property core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonBasicAuthTest.php The format to use in this test.
DateFormatJsonBasicAuthTest::$mimeType property core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonBasicAuthTest.php The MIME type that corresponds to $format.
DateFormatJsonBasicAuthTest::$modules property core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonBasicAuthTest.php Modules to install.
DateFormatJsonCookieTest class core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonCookieTest.php Tests Date Format Json Cookie.
DateFormatJsonCookieTest.php file core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonCookieTest.php
DateFormatJsonCookieTest::$auth property core/tests/Drupal/FunctionalTests/Rest/DateFormatJsonCookieTest.php The authentication mechanism to use in this test.

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