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
MigrationPluginManagerTest.php file core/modules/migrate/tests/src/Kernel/MigrationPluginManagerTest.php
MigrationPluginManagerTest.php file core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php
MigrationPluginManagerTest::$migrationPluginManager property core/modules/migrate/tests/src/Kernel/MigrationPluginManagerTest.php The migration plugin manager.
MigrationPluginManagerTest::$modules property core/modules/migrate/tests/src/Kernel/MigrationPluginManagerTest.php Modules to install.
MigrationPluginManagerTest::$pluginManager property core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php A plugin manager.
MigrationPluginManagerTest::dependencyProvider function core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php Provide dependency data for testing.
MigrationPluginManagerTest::providerCreateInstanceByTag function core/modules/migrate/tests/src/Kernel/MigrationPluginManagerTest.php Data provider for testCreateInstancesByTag.
MigrationPluginManagerTest::setUp function core/modules/migrate/tests/src/Kernel/MigrationPluginManagerTest.php
MigrationPluginManagerTest::setUp function core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php
MigrationPluginManagerTest::testCreateInstancesByTag function core/modules/migrate/tests/src/Kernel/MigrationPluginManagerTest.php Tests Migration::createInstancesByTag().
MigrationPluginManagerTest::testDependencyBuilding function core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php Tests building dependencies for multiple migrations.
MigrationPluginManagerTest::testExpandPluginIds function core/modules/migrate/tests/src/Unit/MigrationPluginManagerTest.php Tests that expandPluginIds returns all derivatives.
MigrationProcessTest class core/modules/migrate_drupal/tests/src/Kernel/d6/MigrationProcessTest.php Tests the getProcess() method of all Drupal 6 migrations.
MigrationProcessTest class core/modules/migrate_drupal/tests/src/Kernel/d7/MigrationProcessTest.php Tests the getProcess() method of all Drupal 7 migrations.
MigrationProcessTest.php file core/modules/migrate_drupal/tests/src/Kernel/d6/MigrationProcessTest.php
MigrationProcessTest.php file core/modules/migrate_drupal/tests/src/Kernel/d7/MigrationProcessTest.php
MigrationProcessTest::setUp function core/modules/migrate_drupal/tests/src/Kernel/d6/MigrationProcessTest.php
MigrationProcessTest::setUp function core/modules/migrate_drupal/tests/src/Kernel/d7/MigrationProcessTest.php
MigrationProcessTest::testGetProcess function core/modules/migrate_drupal/tests/src/Kernel/d6/MigrationProcessTest.php Tests that calling getProcess() on a migration does not throw an exception.
MigrationProcessTest::testGetProcess function core/modules/migrate_drupal/tests/src/Kernel/d7/MigrationProcessTest.php Tests that calling getProcess() on a migration does not throw an exception.
MigrationProvidersExistTest class core/modules/migrate_drupal/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php Tests that modules exist for all source and destination plugins.
MigrationProvidersExistTest.php file core/modules/migrate_drupal/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php
MigrationProvidersExistTest::enableAllModules function core/modules/migrate_drupal/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php Enable all available modules.
MigrationProvidersExistTest::fieldPluginDefinitionsProvider function core/modules/migrate_drupal/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php Data provider for field plugin definitions.
MigrationProvidersExistTest::testFieldProviderMissingRequiredProperty function core/modules/migrate_drupal/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php Tests a missing required definition.
MigrationProvidersExistTest::testFieldProvidersExist function core/modules/migrate_drupal/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php Tests that modules exist for all field plugins.
MigrationProvidersExistTest::testProvidersExist function core/modules/migrate_drupal/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php Tests that modules exist for all source plugins.
MigrationProvidersExistTest::testSourceProvider function core/modules/migrate_drupal/tests/src/Kernel/Plugin/MigrationProvidersExistTest.php Tests that a missing source_module property raises an exception.
MigrationSourceCacheTest class core/modules/migrate/tests/src/Kernel/Plugin/source/MigrationSourceCacheTest.php Test source counts are correctly cached.
MigrationSourceCacheTest.php file core/modules/migrate/tests/src/Kernel/Plugin/source/MigrationSourceCacheTest.php
MigrationSourceCacheTest::$migrationPluginManager property core/modules/migrate/tests/src/Kernel/Plugin/source/MigrationSourceCacheTest.php The migration plugin manager.
MigrationSourceCacheTest::$modules property core/modules/migrate/tests/src/Kernel/Plugin/source/MigrationSourceCacheTest.php Modules to install.
MigrationSourceCacheTest::setUp function core/modules/migrate/tests/src/Kernel/Plugin/source/MigrationSourceCacheTest.php
MigrationSourceCacheTest::testCacheCountsNotContaminated function core/modules/migrate/tests/src/Kernel/Plugin/source/MigrationSourceCacheTest.php Tests that counts for the same plugin ID are not crossed.
MigrationSourceCacheTest::testCacheCountsUsed function core/modules/migrate/tests/src/Kernel/Plugin/source/MigrationSourceCacheTest.php Test that values are pulled from the cache when appropriate.
MigrationStateUnitTest class core/modules/migrate_drupal/tests/src/Unit/MigrationStateUnitTest.php Defines a class for testing \Drupal\migrate_drupal\MigrationState.
MigrationStateUnitTest.php file core/modules/migrate_drupal/tests/src/Unit/MigrationStateUnitTest.php
MigrationStateUnitTest::providerGetUpgradeStates function core/modules/migrate_drupal/tests/src/Unit/MigrationStateUnitTest.php Data provider for testGetUpgradeStates.
MigrationStateUnitTest::testGetUpgradeStates function core/modules/migrate_drupal/tests/src/Unit/MigrationStateUnitTest.php Tests ::getUpgradeStates.
MigrationTest class core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Tests the migration plugin.
MigrationTest class core/modules/migrate/tests/src/Kernel/MigrationTest.php Tests the migration plugin.
MigrationTest class core/modules/migrate/tests/src/Unit/MigrationTest.php Tests Drupal\migrate\Plugin\Migration.
MigrationTest.php file core/modules/migrate/tests/src/Unit/MigrationTest.php
MigrationTest.php file core/modules/migrate/tests/src/Kernel/MigrationTest.php
MigrationTest.php file core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php
MigrationTest::$modules property core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Modules to install.
MigrationTest::$modules property core/modules/migrate/tests/src/Kernel/MigrationTest.php Enable field because we are using one of its source plugins.
MigrationTest::getInvalidMigrationDependenciesProvider function core/modules/migrate/tests/src/Unit/MigrationTest.php Provides invalid migration dependencies.
MigrationTest::getMockPluginManager function core/modules/migrate/tests/src/Unit/MigrationTest.php Returns a mock MigrationPluginManager.
MigrationTest::getProcessPluginsExceptionMessageProvider function core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php Provides data for testing invalid process pipeline.

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