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. 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.

All search results

Title Object type File name Summary
SortTranslationTest::setUp function core/modules/views/tests/src/Kernel/Handler/SortTranslationTest.php
SortTranslationTest::testSortbyUntranslatedIntegerField function core/modules/views/tests/src/Kernel/Handler/SortTranslationTest.php Test sorting on an untranslated field.
SpaceUsedTest class core/modules/file/tests/src/Kernel/SpaceUsedTest.php Tests the spaceUsed() function.
SpaceUsedTest.php file core/modules/file/tests/src/Kernel/SpaceUsedTest.php
SpaceUsedTest::createFileWithSize function core/modules/file/tests/src/Kernel/SpaceUsedTest.php Creates a file with a given size.
SpaceUsedTest::setUp function core/modules/file/tests/src/Kernel/SpaceUsedTest.php
SpaceUsedTest::testFileSpaceUsed function core/modules/file/tests/src/Kernel/SpaceUsedTest.php Test different users with the default status.
SpecialAttributesRouteSubscriberTest class core/tests/Drupal/Tests/Core/EventSubscriber/SpecialAttributesRouteSubscriberTest.php @coversDefaultClass \Drupal\Core\EventSubscriber\SpecialAttributesRouteSubscriber[[api-linebreak]]
@group EventSubscriber
SpecialAttributesRouteSubscriberTest.php file core/tests/Drupal/Tests/Core/EventSubscriber/SpecialAttributesRouteSubscriberTest.php
SpecialAttributesRouteSubscriberTest::providerTestOnRouteBuildingInvalidVariables function core/tests/Drupal/Tests/Core/EventSubscriber/SpecialAttributesRouteSubscriberTest.php Provides a list of routes with invalid route variables.
SpecialAttributesRouteSubscriberTest::providerTestOnRouteBuildingValidVariables function core/tests/Drupal/Tests/Core/EventSubscriber/SpecialAttributesRouteSubscriberTest.php Provides a list of routes with valid route variables.
SpecialAttributesRouteSubscriberTest::testOnRouteBuildingInvalidVariables function core/tests/Drupal/Tests/Core/EventSubscriber/SpecialAttributesRouteSubscriberTest.php Tests the onAlterRoutes method for invalid variables.
SpecialAttributesRouteSubscriberTest::testOnRouteBuildingValidVariables function core/tests/Drupal/Tests/Core/EventSubscriber/SpecialAttributesRouteSubscriberTest.php Tests the onAlterRoutes method for valid variables.
SqlBaseTest class core/modules/migrate/tests/src/Kernel/SqlBaseTest.php Tests the functionality of SqlBase.
SqlBaseTest class core/modules/migrate/tests/src/Unit/SqlBaseTest.php Tests the SqlBase class.
SqlBaseTest.php file core/modules/migrate/tests/src/Unit/SqlBaseTest.php Contains \Drupal\Tests\migrate\Unit\SqlBaseTest.
SqlBaseTest.php file core/modules/migrate/tests/src/Kernel/SqlBaseTest.php Contains \Drupal\Tests\migrate\Kernel\SqlBaseTest.
SqlBaseTest::$migration property core/modules/migrate/tests/src/Kernel/SqlBaseTest.php The (probably mocked) migration under test.
SqlBaseTest::highWaterDataProvider function core/modules/migrate/tests/src/Kernel/SqlBaseTest.php Data provider for ::testHighWater().
SqlBaseTest::setUp function core/modules/migrate/tests/src/Kernel/SqlBaseTest.php
SqlBaseTest::sqlBaseTestProvider function core/modules/migrate/tests/src/Unit/SqlBaseTest.php The data provider for SqlBase.
SqlBaseTest::testConnectionTypes function core/modules/migrate/tests/src/Kernel/SqlBaseTest.php Tests different connection types.
SqlBaseTest::testHighWater function core/modules/migrate/tests/src/Kernel/SqlBaseTest.php Tests that SqlBase respects high-water values.
SqlBaseTest::testMapJoinable function core/modules/migrate/tests/src/Unit/SqlBaseTest.php Tests that the ID map is joinable.
SqlContentEntityStorageSchemaColumnTest class core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php Tests that schema changes in fields with data are detected during updates.
SqlContentEntityStorageSchemaColumnTest.php file core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php
SqlContentEntityStorageSchemaColumnTest::$entity property core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php The created entity.
SqlContentEntityStorageSchemaColumnTest::$field property core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php The field.
SqlContentEntityStorageSchemaColumnTest::$fieldStorage property core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php The field storage.
SqlContentEntityStorageSchemaColumnTest::$modules property core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php Modules to enable.
SqlContentEntityStorageSchemaColumnTest::setUp function core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php
SqlContentEntityStorageSchemaColumnTest::testColumnUpdate function core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php Tests that column-level schema changes are detected for fields with data.
SqlContentEntityStorageSchemaConverterNonTranslatableTest class core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterNonTranslatableTest.php Tests converting a non-translatable entity type with data to revisionable.
SqlContentEntityStorageSchemaConverterNonTranslatableTest.php file core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterNonTranslatableTest.php
SqlContentEntityStorageSchemaConverterNonTranslatableTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterNonTranslatableTest.php Set database dump files to be used.
SqlContentEntityStorageSchemaConverterTest class core/tests/Drupal/KernelTests/Core/Entity/SqlContentEntityStorageSchemaConverterTest.php Tests the SqlContentEntityStorageSchemaConverter class.
SqlContentEntityStorageSchemaConverterTest.php file core/tests/Drupal/KernelTests/Core/Entity/SqlContentEntityStorageSchemaConverterTest.php
SqlContentEntityStorageSchemaConverterTest::testConvertToRevisionable function core/tests/Drupal/KernelTests/Core/Entity/SqlContentEntityStorageSchemaConverterTest.php @covers ::convertToRevisionable[[api-linebreak]]
SqlContentEntityStorageSchemaConverterTestBase class core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTestBase.php Defines a class for testing the conversion of entity types to revisionable.
SqlContentEntityStorageSchemaConverterTestBase.php file core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTestBase.php
SqlContentEntityStorageSchemaConverterTestBase::$entityDefinitionUpdateManager property core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTestBase.php The entity definition update manager.
SqlContentEntityStorageSchemaConverterTestBase::$installedStorageSchema property core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTestBase.php The key-value collection for tracking installed storage schema.
SqlContentEntityStorageSchemaConverterTestBase::$lastInstalledSchemaRepository property core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTestBase.php The last installed schema repository service.
SqlContentEntityStorageSchemaConverterTestBase::$state property core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTestBase.php The state service.
SqlContentEntityStorageSchemaConverterTestBase::setUp function core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTestBase.php Overrides WebTestBase::setUp() for update testing.
SqlContentEntityStorageSchemaConverterTestBase::testMakeRevisionable function core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTestBase.php Tests the conversion of an entity type to revisionable.
SqlContentEntityStorageSchemaConverterTranslatableTest class core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTranslatableTest.php Tests converting a translatable entity type with data to revisionable.
SqlContentEntityStorageSchemaConverterTranslatableTest.php file core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTranslatableTest.php
SqlContentEntityStorageSchemaConverterTranslatableTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaConverterTranslatableTest.php Set database dump files to be used.
SqlContentEntityStorageSchemaIndexFilledTest class core/modules/system/tests/src/Functional/Entity/Update/SqlContentEntityStorageSchemaIndexFilledTest.php Runs SqlContentEntityStorageSchemaIndexTest with a dump filled with content.

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