Search for test
- Search 7.x for test
- Search 9.5.x for test
- Search 8.9.x for test
- Search 11.x for test
- Search main for test
- Other projects
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Test | class | core/ |
Provides test media source. |
| Test | class | core/ |
Defines a test controller for page titles. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| migrate_overwrite_test.info.yml | file | core/ |
core/modules/migrate_drupal/tests/modules/migrate_overwrite_test/migrate_overwrite_test.info.yml |
| migrate_prepare_row_test.info.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_prepare_row_test/migrate_prepare_row_test.info.yml |
| migrate_prepare_row_test.module | file | core/ |
Tests the migration source plugin prepareRow() exception handling. |
| migrate_prepare_row_test_migrate_prepare_row | function | core/ |
Implements hook_migrate_prepare_row(). |
| migrate_query_batch_test.info.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_query_batch_test/migrate_query_batch_test.info.yml |
| migrate_skip_all_rows_test.info.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_skip_all_rows_test/migrate_skip_all_rows_test.info.yml |
| migrate_skip_all_rows_test.module | file | core/ |
Tests the migration source plugin prepareRow() exception. |
| migrate_skip_all_rows_test_migrate_prepare_row | function | core/ |
Implements hook_migrate_prepare_row(). |
| migrate_sql_count_cache_test.info.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_sql_count_cache_test/migrate_sql_count_cache_test.info.yml |
| migrate_state_finished_test.info.yml | file | core/ |
core/modules/migrate_drupal/tests/modules/migrate_state_finished_test/migrate_state_finished_test.info.yml |
| migrate_state_finished_test.migrate_drupal.yml | file | core/ |
core/modules/migrate_drupal/tests/modules/migrate_state_finished_test/migrations/state/migrate_state_finished_test.migrate_drupal.yml |
| migrate_state_finished_test.yml | file | core/ |
core/modules/migrate_drupal/tests/modules/migrate_state_finished_test/migrations/migrate_state_finished_test.yml |
| migrate_state_finished_test1.yml | file | core/ |
core/modules/migrate_drupal/tests/modules/migrate_state_finished_test/migrations/migrate_state_finished_test1.yml |
| migrate_state_not_finished_test.info.yml | file | core/ |
core/modules/migrate_drupal/tests/modules/migrate_state_not_finished_test/migrate_state_not_finished_test.info.yml |
| migrate_state_not_finished_test.migrate_drupal.yml | file | core/ |
core/modules/migrate_drupal/tests/modules/migrate_state_not_finished_test/migrations/state/migrate_state_not_finished_test.migrate_drupal.yml |
| migrate_status_not_finished_test.yml | file | core/ |
core/modules/migrate_drupal/tests/modules/migrate_state_not_finished_test/migrations/migrate_status_not_finished_test.yml |
| migrate_stub_test.info.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_stub_test/migrate_stub_test.info.yml |
| migrate_tag_test.info.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_tag_test/migrate_tag_test.info.yml |
| migrate_track_changes_test.info.yml | file | core/ |
core/modules/migrate/tests/modules/migrate_track_changes_test/migrate_track_changes_test.info.yml |
| MigrationConfigurationTraitTest | class | core/ |
@coversDefaultClass \Drupal\migrate_drupal\MigrationConfigurationTrait[[api-linebreak]] @group migrate_drupal |
| MigrationConfigurationTraitTest.php | file | core/ |
|
| MigrationConfigurationTraitTest::providerTestGetLegacyDrupalVersion | function | core/ |
Provides data for testGetLegacyDrupalVersion. |
| MigrationConfigurationTraitTest::testGetLegacyDrupalVersion | function | core/ |
@covers ::getLegacyDrupalVersion[[api-linebreak]] @dataProvider providerTestGetLegacyDrupalVersion |
| MigrationLabelExistTest | class | core/ |
Tests that labels exist for all migrations. |
| MigrationLabelExistTest.php | file | core/ |
|
| MigrationLabelExistTest::testLabelExist | function | core/ |
Tests that labels exist for all migrations. |
| MigrationLookup::$migrateStub | property | core/ |
The migrate stub service. |
| MigrationLookupTest | class | core/ |
@coversDefaultClass \Drupal\migrate\Plugin\migrate\process\MigrationLookup[[api-linebreak]] @group migrate |
| MigrationLookupTest.php | file | core/ |
|
| MigrationLookupTest::noSkipValidDataProvider | function | core/ |
Provides data for the NoSkipValid test. |
| MigrationLookupTest::providerTestTransformWithStubbing | function | core/ |
Provides data for testTransformWithStubbing(). |
| MigrationLookupTest::skipInvalidDataProvider | function | core/ |
Provides data for the SkipInvalid test. |
| MigrationLookupTest::successfulLookupDataProvider | function | core/ |
Provides data for the successful lookup test. |
| MigrationLookupTest::testMultipleMigrations | function | core/ |
Tests processing multiple migrations and source IDs. |
| MigrationLookupTest::testMultipleSourceIds | function | core/ |
Tests processing multiple source IDs. |
| MigrationLookupTest::testNoSkipValid | function | core/ |
Tests that valid, but technically empty values are not skipped. |
| MigrationLookupTest::testSkipInvalid | function | core/ |
Tests that processing is skipped when the input value is invalid. |
| MigrationLookupTest::testSuccessfulLookup | function | core/ |
Tests a successful lookup. |
| MigrationLookupTest::testTransformWithStubbing | function | core/ |
@covers ::transform[[api-linebreak]] |
| MigrationLookupTest::testTransformWithStubSkipping | function | core/ |
@covers ::transform[[api-linebreak]] |
| MigrationLookupTestCase | class | core/ |
Provides container handling for migration lookup unit tests. |
| MigrationLookupTestCase.php | file | core/ |
|
| MigrationLookupTestCase::$migrateLookup | property | core/ |
The prophecy of the migrate lookup service. |
| MigrationLookupTestCase::$migrateStub | property | core/ |
The prophecy of the migrate stub service. |
| MigrationLookupTestCase::prepareContainer | function | core/ |
Prepares and sets the container. |
| MigrationLookupTestCase::setUp | function | core/ |
|
| MigrationPluginConfigurationTest | class | core/ |
Tests the migration plugin manager. |
| MigrationPluginConfigurationTest.php | file | core/ |
|
| MigrationPluginConfigurationTest::$modules | property | core/ |
Modules to install. |
| MigrationPluginConfigurationTest::mergeProvider | function | core/ |
Provide configuration data for testing. |
Pagination
- Previous page
- Page 498
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.