| MigrationTest |
class |
core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php |
Tests the migration plugin. |
| MigrationTest |
class |
core/modules/migrate/tests/src/Unit/MigrationTest.php |
@coversDefaultClass \Drupal\migrate\Plugin\Migration[[api-linebreak]] |
| 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/MigrationTest.php |
Enable field because we are using one of its source plugins. |
| MigrationTest::$modules |
property |
core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php |
Modules to install. |
| MigrationTest::getInvalidMigrationDependenciesProvider |
function |
core/modules/migrate/tests/src/Unit/MigrationTest.php |
Provides invalid migration dependencies. |
| MigrationTest::getProcessPluginsExceptionMessageProvider |
function |
core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php |
Provides data for testing invalid process pipeline. |
| MigrationTest::getValidMigrationDependenciesProvider |
function |
core/modules/migrate/tests/src/Unit/MigrationTest.php |
Provides data for valid migration configuration test. |
| MigrationTest::testGetDestinationIds |
function |
core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php |
Tests Migration::getDestinationIds() |
| MigrationTest::testGetDestinationPlugin |
function |
core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php |
Tests Migration::getDestinationPlugin() |
| MigrationTest::testGetMigrationDependencies |
function |
core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php |
Tests Migration::getMigrationDependencies() |
| MigrationTest::testGetMigrationDependencies |
function |
core/modules/migrate/tests/src/Unit/MigrationTest.php |
Tests deprecation of getMigrationDependencies(FALSE). |
| MigrationTest::testGetMigrations |
function |
core/modules/migrate/tests/src/Unit/MigrationTest.php |
Tests getting requirement list. |
| MigrationTest::testGetProcessPlugins |
function |
core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php |
Tests Migration::getProcessPlugins() |
| MigrationTest::testGetProcessPluginsException |
function |
core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php |
Tests Migration::getProcessPlugins() throws an exception. |
| MigrationTest::testGetProcessPluginsExceptionMessage |
function |
core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php |
Tests Migration::getProcessPlugins() |
| MigrationTest::testGetTrackLastImported |
function |
core/modules/migrate/tests/src/Kernel/Plugin/MigrationTest.php |
Tests Migration::getTrackLastImported() |
| MigrationTest::testMigrationDependenciesInConstructor |
function |
core/modules/migrate/tests/src/Unit/MigrationTest.php |
Tests checking migration dependencies in the constructor. |
| MigrationTest::testMigrationDependenciesWithInvalidConfig |
function |
core/modules/migrate/tests/src/Unit/MigrationTest.php |
Tests that getting migration dependencies fails with invalid configuration. |
| MigrationTest::testMigrationDependenciesWithValidConfig |
function |
core/modules/migrate/tests/src/Unit/MigrationTest.php |
Tests valid migration dependencies configuration returns expected values. |
| MigrationTest::testRequirementsForDestinationPlugin |
function |
core/modules/migrate/tests/src/Unit/MigrationTest.php |
Tests checking requirements for destination plugins. |
| MigrationTest::testRequirementsForMigrations |
function |
core/modules/migrate/tests/src/Unit/MigrationTest.php |
Tests checking requirements for destination plugins. |
| MigrationTest::testRequirementsForSourcePlugin |
function |
core/modules/migrate/tests/src/Unit/MigrationTest.php |
Tests checking requirements for source plugins. |
| MigrationTest::testSetInvalidation |
function |
core/modules/migrate/tests/src/Kernel/MigrationTest.php |
Tests Migration::set(). |
| MigrationTest::testTrackLastImportedDeprecation |
function |
core/modules/migrate/tests/src/Unit/MigrationTest.php |
Test trackLastImported deprecation message in Migration constructor. |
| migration_provider_test.info.yml |
file |
core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/migration_provider_test.info.yml |
core/modules/migrate_drupal_ui/tests/modules/migration_provider_test/migration_provider_test.info.yml |
| MimeTypeTest |
class |
core/tests/Drupal/KernelTests/Core/File/MimeTypeTest.php |
Tests filename mimetype detection. |
| MimeTypeTest.php |
file |
core/tests/Drupal/KernelTests/Core/File/MimeTypeTest.php |
|
| MimeTypeTest::$modules |
property |
core/tests/Drupal/KernelTests/Core/File/MimeTypeTest.php |
Modules to install. |
| MimeTypeTest::testFileMimeTypeDetection |
function |
core/tests/Drupal/KernelTests/Core/File/MimeTypeTest.php |
Tests mapping of mimetypes from filenames. |
| MinimalInstallerTest |
class |
core/tests/Drupal/FunctionalTests/Installer/MinimalInstallerTest.php |
Tests the interactive installer installing the minimal profile. |
| MinimalInstallerTest.php |
file |
core/tests/Drupal/FunctionalTests/Installer/MinimalInstallerTest.php |
|
| MinimalInstallerTest::$defaultTheme |
property |
core/tests/Drupal/FunctionalTests/Installer/MinimalInstallerTest.php |
|
| MinimalInstallerTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/MinimalInstallerTest.php |
|
| MinimalInstallerTest::testMinimalConfig |
function |
core/tests/Drupal/FunctionalTests/Installer/MinimalInstallerTest.php |
Ensures that the exported minimal configuration is up to date. |
| MinimalTest |
class |
core/profiles/minimal/tests/src/Functional/MinimalTest.php |
Tests Minimal installation profile expectations. |
| MinimalTest.php |
file |
core/profiles/minimal/tests/src/Functional/MinimalTest.php |
|
| MinimalTest::$defaultTheme |
property |
core/profiles/minimal/tests/src/Functional/MinimalTest.php |
The theme to install as the default for testing. |
| MinimalTest::$profile |
property |
core/profiles/minimal/tests/src/Functional/MinimalTest.php |
The profile to install as a basis for testing. |
| MinimalTest::testMinimal |
function |
core/profiles/minimal/tests/src/Functional/MinimalTest.php |
Tests Minimal installation profile. |
| MiniPagerTest |
class |
core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php |
Tests the mini pager plugin. |
| MiniPagerTest.php |
file |
core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php |
|
| MiniPagerTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php |
The theme to install as the default for testing. |
| MiniPagerTest::$modules |
property |
core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php |
Modules to install. |
| MiniPagerTest::$nodes |
property |
core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php |
Nodes used by the test. |
| MiniPagerTest::$testViews |
property |
core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php |
Views used by this test. |
| MiniPagerTest::setUp |
function |
core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php |
Sets up the test. |
| MiniPagerTest::testMiniPagerRender |
function |
core/modules/views/tests/src/Functional/Plugin/MiniPagerTest.php |
Tests the rendering of mini pagers. |