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
MigrateNoMigrateDrupalTest.php file core/modules/migrate/tests/src/Functional/MigrateNoMigrateDrupalTest.php
MigrateNoMigrateDrupalTest::$defaultTheme property core/modules/migrate/tests/src/Functional/MigrateNoMigrateDrupalTest.php The theme to install as the default for testing.
MigrateNoMigrateDrupalTest::$modules property core/modules/migrate/tests/src/Functional/MigrateNoMigrateDrupalTest.php Modules to install.
MigrateNoMigrateDrupalTest::setUp function core/modules/migrate/tests/src/Functional/MigrateNoMigrateDrupalTest.php
MigrateNoMigrateDrupalTest::testExecutionNoMigrateDrupal function core/modules/migrate/tests/src/Functional/MigrateNoMigrateDrupalTest.php Tests execution of a migration.
MigratePostRowSaveEventTest class core/modules/migrate/tests/src/Unit/Event/MigratePostRowSaveEventTest.php Tests Drupal\migrate\Event\MigratePostRowSaveEvent.
MigratePostRowSaveEventTest.php file core/modules/migrate/tests/src/Unit/Event/MigratePostRowSaveEventTest.php
MigratePostRowSaveEventTest::testGetDestinationIdValues function core/modules/migrate/tests/src/Unit/Event/MigratePostRowSaveEventTest.php Tests getDestinationIdValues method.
MigratePostRowSaveEventTest::testGetRow function core/modules/migrate/tests/src/Unit/Event/MigratePostRowSaveEventTest.php Tests getRow method.
MigratePrepareRowTestHooks class core/modules/migrate/tests/modules/migrate_prepare_row_test/src/Hook/MigratePrepareRowTestHooks.php Hook implementations for migrate_prepare_row_test.
MigratePrepareRowTestHooks.php file core/modules/migrate/tests/modules/migrate_prepare_row_test/src/Hook/MigratePrepareRowTestHooks.php
MigratePrepareRowTestHooks::migratePrepareRow function core/modules/migrate/tests/modules/migrate_prepare_row_test/src/Hook/MigratePrepareRowTestHooks.php Implements hook_migrate_prepare_row().
MigratePreRowSaveEventTest class core/modules/migrate/tests/src/Unit/Event/MigratePreRowSaveEventTest.php Tests Drupal\migrate\Event\MigratePreRowSaveEvent.
MigratePreRowSaveEventTest.php file core/modules/migrate/tests/src/Unit/Event/MigratePreRowSaveEventTest.php
MigratePreRowSaveEventTest::testGetRow function core/modules/migrate/tests/src/Unit/Event/MigratePreRowSaveEventTest.php Tests getRow method.
MigratePrivateFileTest class core/modules/file/tests/src/Kernel/Migrate/d7/MigratePrivateFileTest.php Tests private files migration.
MigratePrivateFileTest.php file core/modules/file/tests/src/Kernel/Migrate/d7/MigratePrivateFileTest.php
MigratePrivateFileTest::$modules property core/modules/file/tests/src/Kernel/Migrate/d7/MigratePrivateFileTest.php Modules to install.
MigratePrivateFileTest::getFileMigrationInfo function core/modules/file/tests/src/Kernel/Migrate/d7/MigratePrivateFileTest.php Returns information about the file to be migrated.
MigratePrivateFileTest::register function core/modules/file/tests/src/Kernel/Migrate/d7/MigratePrivateFileTest.php Registers test-specific services.
MigratePrivateFileTest::setUp function core/modules/file/tests/src/Kernel/Migrate/d7/MigratePrivateFileTest.php
MigratePrivateFileTest::testFileMigration function core/modules/file/tests/src/Kernel/Migrate/d7/MigratePrivateFileTest.php Tests that all expected files are migrated.
MigrateProcessErrorMessagesTest class core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php Tests the format of messages from process plugin exceptions.
MigrateProcessErrorMessagesTest.php file core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php
MigrateProcessErrorMessagesTest::$definition property core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php The default stub migration definition.
MigrateProcessErrorMessagesTest::$idMap property core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php A mock ID Map.
MigrateProcessErrorMessagesTest::$idMapPluginManager property core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php A mock ID Map Plugin Manager.
MigrateProcessErrorMessagesTest::$modules property core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php Modules to install.
MigrateProcessErrorMessagesTest::$processPluginManager property core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php A mock Process Plugin Manager.
MigrateProcessErrorMessagesTest::setPluginManagers function core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php Prepares and sets the prophesized plugin managers.
MigrateProcessErrorMessagesTest::setUp function core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php
MigrateProcessErrorMessagesTest::testProcessErrorMessage function core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php Tests format of map messages saved from plugin exceptions.
MigrateProcessErrorMessagesTest::testSubProcessErrorMessage function core/modules/migrate/tests/src/Kernel/MigrateProcessErrorMessagesTest.php Tests format of map messages saved from sub_process exceptions.
MigrateProcessTestCase class core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php Base class for the Migrate module migrate process unit tests.
MigrateProcessTestCase.php file core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php
MigrateProcessTestCase::$migrateExecutable property core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php The migration executable or a mock.
MigrateProcessTestCase::$plugin property core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php The migration process plugin.
MigrateProcessTestCase::$row property core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php A mock of a process row.
MigrateProcessTestCase::setUp function core/modules/migrate/tests/src/Unit/process/MigrateProcessTestCase.php
MigrateProfileFieldOptionTranslationTest class core/modules/user/tests/src/Kernel/Migrate/d6/MigrateProfileFieldOptionTranslationTest.php Tests field option translations migration.
MigrateProfileFieldOptionTranslationTest.php file core/modules/user/tests/src/Kernel/Migrate/d6/MigrateProfileFieldOptionTranslationTest.php
MigrateProfileFieldOptionTranslationTest::$modules property core/modules/user/tests/src/Kernel/Migrate/d6/MigrateProfileFieldOptionTranslationTest.php Modules to install.
MigrateProfileFieldOptionTranslationTest::setUp function core/modules/user/tests/src/Kernel/Migrate/d6/MigrateProfileFieldOptionTranslationTest.php
MigrateProfileFieldOptionTranslationTest::testFieldOptionTranslation function core/modules/user/tests/src/Kernel/Migrate/d6/MigrateProfileFieldOptionTranslationTest.php Tests the Drupal 6 field option translation.
MigrateResponsiveImageStylesTest class core/modules/responsive_image/tests/src/Kernel/Migrate/d7/MigrateResponsiveImageStylesTest.php Tests migration of responsive image styles.
MigrateResponsiveImageStylesTest.php file core/modules/responsive_image/tests/src/Kernel/Migrate/d7/MigrateResponsiveImageStylesTest.php
MigrateResponsiveImageStylesTest::$modules property core/modules/responsive_image/tests/src/Kernel/Migrate/d7/MigrateResponsiveImageStylesTest.php Modules to install.
MigrateResponsiveImageStylesTest::setUp function core/modules/responsive_image/tests/src/Kernel/Migrate/d7/MigrateResponsiveImageStylesTest.php
MigrateResponsiveImageStylesTest::testResponsiveImageStyles function core/modules/responsive_image/tests/src/Kernel/Migrate/d7/MigrateResponsiveImageStylesTest.php Tests the Drupal 7 to Drupal 8 responsive image styles migration.
MigrateRollbackEntityConfigTest class core/modules/migrate/tests/src/Kernel/MigrateRollbackEntityConfigTest.php Tests rolling back of imports.

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