only in patch2: unchanged: --- a/core/modules/system/lib/Drupal/system/Tests/Upgrade/BareMinimalNoConfigUpgradePathTest.php +++ b/core/modules/system/lib/Drupal/system/Tests/Upgrade/BareMinimalNoConfigUpgradePathTest.php @@ -12,6 +12,11 @@ */ class BareMinimalNoConfigUpgradePathTest extends BareMinimalUpgradePathTest { + /** + * The installation profile used in the upgrade test. + */ + protected $profile = 'minimal'; + public static function getInfo() { return array( 'name' => 'Basic minimal profile upgrade, no config',