| Upgrade7Test |
class |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php |
Tests Drupal 7 upgrade using the migrate UI. |
| Upgrade7Test |
class |
core/modules/contact/tests/src/Functional/migrate_drupal_ui/d7/Upgrade7Test.php |
Tests Drupal 7 upgrade using the migrate UI. |
| Upgrade7Test.php |
file |
core/modules/contact/tests/src/Functional/migrate_drupal_ui/d7/Upgrade7Test.php |
|
| Upgrade7Test.php |
file |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php |
|
| Upgrade7Test::$modules |
property |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php |
Modules to install. |
| Upgrade7Test::$modules |
property |
core/modules/contact/tests/src/Functional/migrate_drupal_ui/d7/Upgrade7Test.php |
Modules to install. |
| Upgrade7Test::$nodeStorage |
property |
core/modules/contact/tests/src/Functional/migrate_drupal_ui/d7/Upgrade7Test.php |
The entity storage for node. |
| Upgrade7Test::$nodeStorage |
property |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php |
The entity storage for node. |
| Upgrade7Test::assertFollowUpMigrationResults |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php |
Tests that follow-up migrations have been run successfully. |
| Upgrade7Test::getAvailablePaths |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php |
Gets the available upgrade paths. |
| Upgrade7Test::getAvailablePaths |
function |
core/modules/contact/tests/src/Functional/migrate_drupal_ui/d7/Upgrade7Test.php |
Gets the available upgrade paths. |
| Upgrade7Test::getEntityCounts |
function |
core/modules/contact/tests/src/Functional/migrate_drupal_ui/d7/Upgrade7Test.php |
Gets the expected number of entities per entity type after migration. |
| Upgrade7Test::getEntityCounts |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php |
Gets the expected number of entities per entity type after migration. |
| Upgrade7Test::getEntityCountsIncremental |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php |
Gets expected number of entities per entity after incremental migration. |
| Upgrade7Test::getEntityCountsIncremental |
function |
core/modules/contact/tests/src/Functional/migrate_drupal_ui/d7/Upgrade7Test.php |
Gets expected number of entities per entity after incremental migration. |
| Upgrade7Test::getMissingPaths |
function |
core/modules/contact/tests/src/Functional/migrate_drupal_ui/d7/Upgrade7Test.php |
Gets the missing upgrade paths. |
| Upgrade7Test::getMissingPaths |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php |
Gets the missing upgrade paths. |
| Upgrade7Test::getSourceBasePath |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php |
Gets the source base path for the concrete test. |
| Upgrade7Test::getSourceBasePath |
function |
core/modules/contact/tests/src/Functional/migrate_drupal_ui/d7/Upgrade7Test.php |
Gets the source base path for the concrete test. |
| Upgrade7Test::setUp |
function |
core/modules/contact/tests/src/Functional/migrate_drupal_ui/d7/Upgrade7Test.php |
|
| Upgrade7Test::setUp |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php |
|
| Upgrade7Test::testUpgradeAndIncremental |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7Test.php |
Executes all steps of migrations upgrade. |
| Upgrade7Test::testUpgradeAndIncremental |
function |
core/modules/contact/tests/src/Functional/migrate_drupal_ui/d7/Upgrade7Test.php |
Executes all steps of migrations upgrade. |
| Upgrade7WithContentModerationTest |
class |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7WithContentModerationTest.php |
Tests Drupal 7 upgrade using the migrate UI with Content Moderation. |
| Upgrade7WithContentModerationTest.php |
file |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7WithContentModerationTest.php |
|
| Upgrade7WithContentModerationTest::$modules |
property |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7WithContentModerationTest.php |
Modules to install. |
| Upgrade7WithContentModerationTest::getEntityCounts |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7WithContentModerationTest.php |
Gets the expected number of entities per entity type after migration. |
| Upgrade7WithContentModerationTest::setUp |
function |
core/modules/migrate_drupal_ui/tests/src/Functional/d7/Upgrade7WithContentModerationTest.php |
|
| UploadedFileConstraintValidatorTest |
class |
core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php |
Tests the uploaded file validator. |
| UploadedFileConstraintValidatorTest.php |
file |
core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php |
|
| UploadedFileConstraintValidatorTest::$filename |
property |
core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php |
The file name. |
| UploadedFileConstraintValidatorTest::$maxSize |
property |
core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php |
The max 4 MB filesize to use for testing. |
| UploadedFileConstraintValidatorTest::$modules |
property |
core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php |
Modules to install. |
| UploadedFileConstraintValidatorTest::$path |
property |
core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php |
The temporary file path. |
| UploadedFileConstraintValidatorTest::$validator |
property |
core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php |
A validator. |
| UploadedFileConstraintValidatorTest::setUp |
function |
core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php |
|
| UploadedFileConstraintValidatorTest::testValidateFail |
function |
core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php |
Tests validate fail. |
| UploadedFileConstraintValidatorTest::testValidateSuccess |
function |
core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php |
Tests validate success. |
| UploadedFileConstraintValidatorTest::validateProvider |
function |
core/modules/file/tests/src/Kernel/Validation/UploadedFileConstraintValidatorTest.php |
Data provider for ::testValidateFail. |
| UploadHelpTest |
class |
core/modules/file/tests/src/Kernel/UploadHelpTest.php |
Tests the output of the file upload help. |
| UploadHelpTest.php |
file |
core/modules/file/tests/src/Kernel/UploadHelpTest.php |
|
| UploadHelpTest::$modules |
property |
core/modules/file/tests/src/Kernel/UploadHelpTest.php |
Modules to install. |
| UploadHelpTest::testUnlimitedFileSize |
function |
core/modules/file/tests/src/Kernel/UploadHelpTest.php |
Verify the size limit text does not appear if the size is unlimited. |
| UploadInstanceTest |
class |
core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadInstanceTest.php |
Tests D6 d6_upload_instance source plugin. |
| UploadInstanceTest.php |
file |
core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadInstanceTest.php |
|
| UploadInstanceTest::$modules |
property |
core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadInstanceTest.php |
Modules to install. |
| UploadInstanceTest::providerSource |
function |
core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadInstanceTest.php |
Provides source data for ::testSource. |
| UploadTest |
class |
core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadTest.php |
Tests D6 d6_upload source plugin. |
| UploadTest.php |
file |
core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadTest.php |
|
| UploadTest::$modules |
property |
core/modules/file/tests/src/Kernel/Plugin/migrate/source/d6/UploadTest.php |
Modules to install. |