| MigrationTest::getValidMigrationDependenciesProvider |
function |
core/modules/migrate/tests/src/Unit/MigrationTest.php |
Provides data for valid migration configuration test. |
| MigrationTest::providerTestAddOptionalDependencies |
function |
core/modules/migrate/tests/src/Unit/MigrationTest.php |
Provides data for testAddOptionalDependencies. |
| MigrationTest::providerTestAddRequiredDependencies |
function |
core/modules/migrate/tests/src/Unit/MigrationTest.php |
Provides data for testAddRequiredDependencies. |
| MigrationTest::testAddOptionalDependencies |
function |
core/modules/migrate/tests/src/Unit/MigrationTest.php |
Tests the addition of optional dependencies. |
| MigrationTest::testAddRequiredDependencies |
function |
core/modules/migrate/tests/src/Unit/MigrationTest.php |
Tests the addition of required dependencies. |
| 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::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::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(). |
| 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 |
| migration_source_module_test.info.yml |
file |
core/modules/migrate_drupal_ui/tests/modules/migration_source_module_test/migration_source_module_test.info.yml |
core/modules/migrate_drupal_ui/tests/modules/migration_source_module_test/migration_source_module_test.info.yml |
| MimeTypeMapTest |
class |
core/tests/Drupal/Tests/Core/File/MimeType/MimeTypeMapTest.php |
Tests the MIME type mapper to extension. |
| MimeTypeMapTest.php |
file |
core/tests/Drupal/Tests/Core/File/MimeType/MimeTypeMapTest.php |
|
| MimeTypeMapTest::$map |
property |
core/tests/Drupal/Tests/Core/File/MimeType/MimeTypeMapTest.php |
The default MIME type map under test. |
| MimeTypeMapTest::setUp |
function |
core/tests/Drupal/Tests/Core/File/MimeType/MimeTypeMapTest.php |
|
| MimeTypeMapTest::testAddMapping |
function |
core/tests/Drupal/Tests/Core/File/MimeType/MimeTypeMapTest.php |
Tests add mapping. |
| MimeTypeMapTest::testGetExtensionsForMimeType |
function |
core/tests/Drupal/Tests/Core/File/MimeType/MimeTypeMapTest.php |
Tests get extensions for mime type. |
| MimeTypeMapTest::testGetMimeTypeForExtension |
function |
core/tests/Drupal/Tests/Core/File/MimeType/MimeTypeMapTest.php |
Tests get mime type for extension. |
| MimeTypeMapTest::testHasExtension |
function |
core/tests/Drupal/Tests/Core/File/MimeType/MimeTypeMapTest.php |
Tests has extension. |
| MimeTypeMapTest::testHasMimeType |
function |
core/tests/Drupal/Tests/Core/File/MimeType/MimeTypeMapTest.php |
Tests has mime type. |
| MimeTypeMapTest::testListExtension |
function |
core/tests/Drupal/Tests/Core/File/MimeType/MimeTypeMapTest.php |
Tests list extension. |
| MimeTypeMapTest::testListMimeTypes |
function |
core/tests/Drupal/Tests/Core/File/MimeType/MimeTypeMapTest.php |
Tests list mime types. |
| MimeTypeMapTest::testRemoveMapping |
function |
core/tests/Drupal/Tests/Core/File/MimeType/MimeTypeMapTest.php |
Tests remove mapping. |
| MimeTypeMapTest::testRemoveMimeType |
function |
core/tests/Drupal/Tests/Core/File/MimeType/MimeTypeMapTest.php |
Tests remove mime type. |
| 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 |
The theme to install as the default for testing. |
| MinimalInstallerTest::$profile |
property |
core/tests/Drupal/FunctionalTests/Installer/MinimalInstallerTest.php |
The installation profile to install. |
| 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. |