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. 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
SourceProviderTest::getEntityCountsIncremental function core/modules/migrate_drupal_ui/tests/src/Functional/SourceProviderTest.php Gets expected number of entities per entity after incremental migration.
SourceProviderTest::getMissingPaths function core/modules/migrate_drupal_ui/tests/src/Functional/SourceProviderTest.php Gets the missing upgrade paths.
SourceProviderTest::getSourceBasePath function core/modules/migrate_drupal_ui/tests/src/Functional/SourceProviderTest.php Gets the source base path for the concrete test.
SourceProviderTest::providerSourceProvider function core/modules/migrate_drupal_ui/tests/src/Functional/SourceProviderTest.php Data provider for testSourceProvider.
SourceProviderTest::testSourceProvider function core/modules/migrate_drupal_ui/tests/src/Functional/SourceProviderTest.php Test missing source provider.
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 Tests different users with the default status.
SpecialAttributesRouteSubscriberTest class core/tests/Drupal/Tests/Core/EventSubscriber/SpecialAttributesRouteSubscriberTest.php Tests Drupal\Core\EventSubscriber\SpecialAttributesRouteSubscriber.
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/views/tests/src/Unit/Plugin/pager/SqlBaseTest.php Tests Drupal\views\Plugin\views\pager\SqlBase.
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
SqlBaseTest.php file core/modules/migrate/tests/src/Kernel/SqlBaseTest.php
SqlBaseTest.php file core/modules/views/tests/src/Unit/Plugin/pager/SqlBaseTest.php
SqlBaseTest::$display property core/modules/views/tests/src/Unit/Plugin/pager/SqlBaseTest.php The mock display plugin instance.
SqlBaseTest::$migration property core/modules/migrate/tests/src/Kernel/SqlBaseTest.php The (probably mocked) migration under test.
SqlBaseTest::$pager property core/modules/views/tests/src/Unit/Plugin/pager/SqlBaseTest.php The mock pager plugin instance.
SqlBaseTest::$view property core/modules/views/tests/src/Unit/Plugin/pager/SqlBaseTest.php The mock view instance.
SqlBaseTest::highWaterDataProvider function core/modules/migrate/tests/src/Kernel/SqlBaseTest.php Data provider for ::testHighWater().
SqlBaseTest::prepareSourceData function core/modules/migrate/tests/src/Kernel/SqlBaseTest.php Creates a custom source table and some sample data.
SqlBaseTest::setUp function core/modules/migrate/tests/src/Kernel/SqlBaseTest.php
SqlBaseTest::setUp function core/modules/views/tests/src/Unit/Plugin/pager/SqlBaseTest.php
SqlBaseTest::sqlBaseTestProvider function core/modules/migrate/tests/src/Unit/SqlBaseTest.php The data provider for SqlBase.
SqlBaseTest::testBrokenConnection function core/modules/migrate/tests/src/Kernel/SqlBaseTest.php Tests the exception when a connection is defined but not available.
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.
SqlBaseTest::testPrepareQuery function core/modules/migrate/tests/src/Kernel/SqlBaseTest.php Tests prepare query method.
SqlBaseTest::testQuery function core/modules/views/tests/src/Unit/Plugin/pager/SqlBaseTest.php Tests the query() method.
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::$entityDefinitionUpdateManager property core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php The entity definition update manager.
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 install.
SqlContentEntityStorageSchemaColumnTest::$state property core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php The state object.
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.
SqlContentEntityStorageSchemaColumnTest::testColumnUpdateWithFlag function core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php Tests that schema changes are updated for fields with data with the flag.
SqlContentEntityStorageSchemaTest class core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php Tests Drupal\Core\Entity\Sql\SqlContentEntityStorageSchema.
SqlContentEntityStorageSchemaTest class core/tests/Drupal/KernelTests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php Tests Sql Content Entity Storage Schema.

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