Search for test

  1. Search 7.x for test
  2. Search 9.5.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
FieldSqlStorageTest::$tableMapping property core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php The table mapping for the tested entity type.
FieldSqlStorageTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php
FieldSqlStorageTest::testFieldLoad function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests field loading works correctly by inserting directly in the tables.
FieldSqlStorageTest::testFieldSqlStorageForeignKeys function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Test foreign key support.
FieldSqlStorageTest::testFieldUpdateFailure function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Test that failure to create fields is handled gracefully.
FieldSqlStorageTest::testFieldUpdateIndexesWithData function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Test adding and removing indexes while data is present.
FieldSqlStorageTest::testFieldWrite function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests field saving works correctly by reading directly from the tables.
FieldSqlStorageTest::testLongNames function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests that long entity type and field names do not break.
FieldSqlStorageTest::testTableNames function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests table name generation.
FieldSqlStorageTest::testUpdateFieldSchemaWithData function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Test trying to update a field with data.
FieldStorageConfigAccessControlHandlerTest class core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php Tests the field storage config access controller.
FieldStorageConfigAccessControlHandlerTest.php file core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php
FieldStorageConfigAccessControlHandlerTest::$accessControlHandler property core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php The field storage config access controller to test.
FieldStorageConfigAccessControlHandlerTest::$anon property core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php The mock account without field storage config access.
FieldStorageConfigAccessControlHandlerTest::$entity property core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php The FieldStorageConfig entity used for testing.
FieldStorageConfigAccessControlHandlerTest::$member property core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php The mock account with field storage config access.
FieldStorageConfigAccessControlHandlerTest::$moduleHandler property core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php The mock module handler.
FieldStorageConfigAccessControlHandlerTest::assertAllowOperations function core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php Assert method to verify the access by operations.
FieldStorageConfigAccessControlHandlerTest::setUp function core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php
FieldStorageConfigAccessControlHandlerTest::testAccess function core/modules/field/tests/src/Unit/FieldStorageConfigAccessControlHandlerTest.php Ensures field storage config access is working properly.
FieldStorageConfigEntityUnitTest class core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php @coversDefaultClass \Drupal\field\Entity\FieldStorageConfig[[api-linebreak]]
FieldStorageConfigEntityUnitTest.php file core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php Contains \Drupal\Tests\field\Unit\FieldStorageConfigEntityUnitTest.
FieldStorageConfigEntityUnitTest::$entityTypeId property core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php The ID of the type of the entity under test.
FieldStorageConfigEntityUnitTest::$entityTypeManager property core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php The entity type manager used for testing.
FieldStorageConfigEntityUnitTest::$fieldTypeManager property core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php The field type manager.
FieldStorageConfigEntityUnitTest::$uuid property core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php The UUID generator used for testing.
FieldStorageConfigEntityUnitTest::providerInvalidEnforcedCardinality function core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php Data provider for ::testInvalidEnforcedCardinality()
FieldStorageConfigEntityUnitTest::setUp function core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php
FieldStorageConfigEntityUnitTest::testCalculateDependencies function core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php @covers ::calculateDependencies[[api-linebreak]]
FieldStorageConfigEntityUnitTest::testEnforcedCardinality function core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php Tests enforced cardinality.
FieldStorageConfigEntityUnitTest::testInvalidEnforcedCardinality function core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php Tests invalid enforced cardinality.
FieldStorageConfigEntityUnitTest::testStoredCardinality function core/modules/field/tests/src/Unit/FieldStorageConfigEntityUnitTest.php Tests stored cardinality.
FieldStorageConfigHalJsonAnonTest class core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonAnonTest.php @group hal
FieldStorageConfigHalJsonAnonTest.php file core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonAnonTest.php
FieldStorageConfigHalJsonAnonTest::$defaultTheme property core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonAnonTest.php The theme to install as the default for testing.
FieldStorageConfigHalJsonAnonTest::$format property core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonAnonTest.php The format to use in this test.
FieldStorageConfigHalJsonAnonTest::$mimeType property core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonAnonTest.php The MIME type that corresponds to $format.
FieldStorageConfigHalJsonAnonTest::$modules property core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonAnonTest.php Modules to install.
FieldStorageConfigHalJsonBasicAuthTest class core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonBasicAuthTest.php @group hal
FieldStorageConfigHalJsonBasicAuthTest.php file core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonBasicAuthTest.php
FieldStorageConfigHalJsonBasicAuthTest::$auth property core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonBasicAuthTest.php The authentication mechanism to use in this test.
FieldStorageConfigHalJsonBasicAuthTest::$defaultTheme property core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonBasicAuthTest.php The theme to install as the default for testing.
FieldStorageConfigHalJsonBasicAuthTest::$format property core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonBasicAuthTest.php The format to use in this test.
FieldStorageConfigHalJsonBasicAuthTest::$mimeType property core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonBasicAuthTest.php The MIME type that corresponds to $format.
FieldStorageConfigHalJsonBasicAuthTest::$modules property core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonBasicAuthTest.php Modules to install.
FieldStorageConfigHalJsonCookieTest class core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonCookieTest.php @group hal
FieldStorageConfigHalJsonCookieTest.php file core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonCookieTest.php
FieldStorageConfigHalJsonCookieTest::$auth property core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonCookieTest.php The authentication mechanism to use in this test.
FieldStorageConfigHalJsonCookieTest::$defaultTheme property core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonCookieTest.php The theme to install as the default for testing.
FieldStorageConfigHalJsonCookieTest::$format property core/modules/field/tests/src/Functional/Hal/FieldStorageConfigHalJsonCookieTest.php The format to use in this test.

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