Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
UpgradePathTestBase.php
»
UpgradePathTestBase
»
UpgradePathTestBase::performUpgrade
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
28 calls to UpgradePathTestBase::performUpgrade()
ActionUpgradePathTest::testActionUpgrade
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
ActionUpgradePathTest.php
Tests to see if actions were upgrade.
BareMinimalUpgradePathTest::testBasicMinimalUpgrade
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
BareMinimalUpgradePathTest.php
Tests a successful major version release upgrade.
BareStandardUpgradePathTest::testBasicStandardUpgrade
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
BareStandardUpgradePathTest.php
Tests a successful major version release upgrade.
BlockUpgradePathTest::testBlockUpgradeTitleLength
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
BlockUpgradePathTest.php
Tests block title length after successful upgrade.
ContactUpgradePathTest::testContactUpgrade
in drupal/
core/
modules/
contact/
lib/
Drupal/
contact/
Tests/
ContactUpgradePathTest.php
Tests upgrade of contact table to configuration entities.
DateUpgradePathTest::testDateUpgrade
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
DateUpgradePathTest.php
Tests that date formats have been upgraded.
FieldUIUpgradePathTest::testFieldUIPermissions
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
FieldUIUpgradePathTest.php
Tests Field UI permissions upgrade path.
FieldUpgradePathTest::testEntityDisplayUpgrade
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
FieldUpgradePathTest.php
Tests upgrade of entity displays.
FieldUpgradePathTest::testEntityFormDisplayUpgrade
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
FieldUpgradePathTest.php
Tests upgrade of entity form displays.
FieldUpgradePathTest::testFieldUpgradeToConfig
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
FieldUpgradePathTest.php
Tests migration of field and instance definitions to config.
FilledMinimalUpgradePathTest::testFilledMinimalUpgrade
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
FilledMinimalUpgradePathTest.php
Tests a successful point release update.
FilledStandardUpgradePathTest::testFilledStandardUpgrade
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
FilledStandardUpgradePathTest.php
Tests a successful point release update.
FilterFormatUpgradePathTest::testFilterFormatUpgrade
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
FilterFormatUpgradePathTest.php
Tests expected filter formats entities after a successful upgrade.
ImageUpgradePathTest::testImageStyleUpgrade
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
ImageUpgradePathTest.php
Tests that custom and overridden image styles have been upgraded.
LanguageUpgradePathTest::testLanguageNoPluralsUpgrade
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
LanguageUpgradePathTest.php
Tests upgrading translations without plurals.
LanguageUpgradePathTest::testLanguagePermissionsUpgrade
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
LanguageUpgradePathTest.php
Tests upgrading translations permissions.
LanguageUpgradePathTest::testLanguageUpgrade
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
LanguageUpgradePathTest.php
Tests a successful upgrade.
LanguageUpgradePathTest::testLanguageUrlUpgrade
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
LanguageUpgradePathTest.php
Tests language domain upgrade path.
MailUpgradePathTest::testMailSystemUpgrade
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
MailUpgradePathTest.php
Tests that mail backends are upgraded to their Drupal 8 equivalents.
ModulesDisabledUpgradePathTest::testDisabledUpgrade
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
ModulesDisabledUpgradePathTest.php
Tests an upgrade with all non-required modules installed but disabled.
ShortcutUpgradePathTest::testContactUpgrade
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
ShortcutUpgradePathTest.php
Tests upgrade of {shortcut_set} table to configuration entities.
StateSystemUpgradePathTest::testSystemVariableUpgrade
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
StateSystemUpgradePathTest.php
Tests upgrade of system variables to state system.
SystemUpgradePathTest::testFrontpageUpgrade
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
SystemUpgradePathTest.php
Check whether views got enabled.
SystemUpgradePathTest::testVariableUpgrade
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
SystemUpgradePathTest.php
Tests upgrade of variables to config.
UserPictureUpgradePathTest::testUserPictureUpgrade
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
UserPictureUpgradePathTest.php
Tests expected user picture conversions after a successful upgrade.
UserRoleUpgradePathTest::testRoleUpgrade
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
UserRoleUpgradePathTest.php
Tests expected role ID conversions after a successful upgrade.
UserRoleUpgradePathTest::testRoleUpgradeToConfig
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
UserRoleUpgradePathTest.php
Tests that roles were converted to config.
UuidUpgradePathTest::testUuidUpgrade
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Upgrade/
UuidUpgradePathTest.php
Tests a successful point release update.