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
SourceEditingTestBase class core/modules/ckeditor5/tests/src/FunctionalJavascript/SourceEditingTestBase.php Provides a base class for testing the source editing function.
SourceEditingTestBase.php file core/modules/ckeditor5/tests/src/FunctionalJavascript/SourceEditingTestBase.php
SourceEditingTestBase::$adminUser property core/modules/ckeditor5/tests/src/FunctionalJavascript/SourceEditingTestBase.php The user to use during testing.
SourceEditingTestBase::$defaultTheme property core/modules/ckeditor5/tests/src/FunctionalJavascript/SourceEditingTestBase.php The theme to install as the default for testing.
SourceEditingTestBase::$host property core/modules/ckeditor5/tests/src/FunctionalJavascript/SourceEditingTestBase.php A host entity with a body field whose text to edit with CKEditor 5.
SourceEditingTestBase::$modules property core/modules/ckeditor5/tests/src/FunctionalJavascript/SourceEditingTestBase.php Modules to install.
SourceEditingTestBase::setUp function core/modules/ckeditor5/tests/src/FunctionalJavascript/SourceEditingTestBase.php
SourceModuleTest class core/modules/migrate_drupal_ui/tests/src/Kernel/SourceModuleTest.php Tests source_module selection.
SourceModuleTest.php file core/modules/migrate_drupal_ui/tests/src/Kernel/SourceModuleTest.php
SourceModuleTest::$modules property core/modules/migrate_drupal_ui/tests/src/Kernel/SourceModuleTest.php Modules to install.
SourceModuleTest::testSourceModuleInMigration function core/modules/migrate_drupal_ui/tests/src/Kernel/SourceModuleTest.php Tests the source_module is set when not in source plugin annotation.
SourceProviderTest class core/modules/migrate_drupal_ui/tests/src/Functional/SourceProviderTest.php Tests that a missing source provider error message is displayed.
SourceProviderTest.php file core/modules/migrate_drupal_ui/tests/src/Functional/SourceProviderTest.php
SourceProviderTest::$modules property core/modules/migrate_drupal_ui/tests/src/Functional/SourceProviderTest.php Modules to install.
SourceProviderTest::getAvailablePaths function core/modules/migrate_drupal_ui/tests/src/Functional/SourceProviderTest.php Gets the available upgrade paths.
SourceProviderTest::getEntityCounts function core/modules/migrate_drupal_ui/tests/src/Functional/SourceProviderTest.php Gets the expected number of entities per entity type after migration.
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/migrate/tests/src/Unit/SqlBaseTest.php Tests the SqlBase class.
SqlBaseTest class core/modules/migrate/tests/src/Kernel/SqlBaseTest.php Tests the functionality of SqlBase.
SqlBaseTest class core/modules/views/tests/src/Unit/Plugin/pager/SqlBaseTest.php Tests Drupal\views\Plugin\views\pager\SqlBase.
SqlBaseTest.php file core/modules/views/tests/src/Unit/Plugin/pager/SqlBaseTest.php
SqlBaseTest.php file core/modules/migrate/tests/src/Kernel/SqlBaseTest.php
SqlBaseTest.php file core/modules/migrate/tests/src/Unit/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.

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