- Issue created by @Project Update Bot
This is an automated patch generated using Upgrade Status and Drupal Rector. Please see the issue summary for more details. A merge request is also openend and updated.
It is important that any automated tests available are run and that you manually test the changes.
Drupal 11 Compatibility
According to the Upgrade Status module โ these changes make this module compatible with Drupal 11! ๐
Therefore these changes update theinfo.yml
file for Drupal 11 compatibility.Leaving this issue open, even after committing the current patch, will allow the Project Update Bot โ to post additional Drupal 11 compatibility fixes as they become available in Drupal Rector.
Debug info
Bot run #11-120835This patch was created using these packages:
- drupal/upgrade_status: 4.1.0
- mglaman/phpstan-drupal: 1.2.7
- palantirnet/drupal-rector: 0.20.1
- ๐ฎ๐ณIndia vishalkhode
vishalkhode โ made their first commit to this issueโs fork.
- Status changed to Needs work
6 months ago 9:10am 13 May 2024 - ๐ฎ๐ณIndia vishalkhode
The following tests are failing on Drupal 11:
1) Drupal\Tests\config_ignore\Functional\ConfigIgnoreHookTest::testSettingsAlterHook ArgumentCountError: Too few arguments to function Drupal\Core\Config\ConfigImporter::__construct(), 10 passed in /Users/user1/11.x/web/modules/contrib/config_ignore/tests/src/Functional/ConfigIgnoreBrowserTestBase.php on line 40 and exactly 11 expected /Users/user1/11.x/web/core/lib/Drupal/Core/Config/ConfigImporter.php:204 /Users/user1/11.x/web/modules/contrib/config_ignore/tests/src/Functional/ConfigIgnoreBrowserTestBase.php:40 /Users/user1/11.x/web/modules/contrib/config_ignore/tests/src/Functional/ConfigIgnoreHookTest.php:31 /Users/user1/11.x/vendor/phpunit/phpunit/src/Framework/TestResult.php:729 2) Drupal\Tests\config_ignore\Functional\ConfigIgnoreTest::testValidateIgnoring ArgumentCountError: Too few arguments to function Drupal\Core\Config\ConfigImporter::__construct(), 10 passed in /Users/user1/11.x/web/modules/contrib/config_ignore/tests/src/Functional/ConfigIgnoreBrowserTestBase.php on line 40 and exactly 11 expected /Users/user1/11.x/web/core/lib/Drupal/Core/Config/ConfigImporter.php:204 /Users/user1/11.x/web/modules/contrib/config_ignore/tests/src/Functional/ConfigIgnoreBrowserTestBase.php:40 /Users/user1/11.x/web/modules/contrib/config_ignore/tests/src/Functional/ConfigIgnoreTest.php:77 /Users/user1/11.x/vendor/phpunit/phpunit/src/Framework/TestResult.php:729 3) Drupal\Tests\config_ignore\Functional\ConfigIgnoreTest::testValidateIgnoringWithWildcard ArgumentCountError: Too few arguments to function Drupal\Core\Config\ConfigImporter::__construct(), 10 passed in /Users/user1/11.x/web/modules/contrib/config_ignore/tests/src/Functional/ConfigIgnoreBrowserTestBase.php on line 40 and exactly 11 expected /Users/user1/11.x/web/core/lib/Drupal/Core/Config/ConfigImporter.php:204 /Users/user1/11.x/web/modules/contrib/config_ignore/tests/src/Functional/ConfigIgnoreBrowserTestBase.php:40 /Users/user1/11.x/web/modules/contrib/config_ignore/tests/src/Functional/ConfigIgnoreTest.php:98 /Users/user1/11.x/vendor/phpunit/phpunit/src/Framework/TestResult.php:729 4) Drupal\Tests\config_ignore\Functional\ConfigIgnoreTest::testValidateForceImporting ArgumentCountError: Too few arguments to function Drupal\Core\Config\ConfigImporter::__construct(), 10 passed in /Users/user1/11.x/web/modules/contrib/config_ignore/tests/src/Functional/ConfigIgnoreBrowserTestBase.php on line 40 and exactly 11 expected /Users/user1/11.x/web/core/lib/Drupal/Core/Config/ConfigImporter.php:204 /Users/user1/11.x/web/modules/contrib/config_ignore/tests/src/Functional/ConfigIgnoreBrowserTestBase.php:40 /Users/user1/11.x/web/modules/contrib/config_ignore/tests/src/Functional/ConfigIgnoreTest.php:121 /Users/user1/11.x/vendor/phpunit/phpunit/src/Framework/TestResult.php:729 5) Drupal\Tests\config_ignore\Functional\ConfigIgnoreTest::testValidateForceImportingWithWildcard ArgumentCountError: Too few arguments to function Drupal\Core\Config\ConfigImporter::__construct(), 10 passed in /Users/user1/11.x/web/modules/contrib/config_ignore/tests/src/Functional/ConfigIgnoreBrowserTestBase.php on line 40 and exactly 11 expected /Users/user1/11.x/web/core/lib/Drupal/Core/Config/ConfigImporter.php:204 /Users/user1/11.x/web/modules/contrib/config_ignore/tests/src/Functional/ConfigIgnoreBrowserTestBase.php:40 /Users/user1/11.x/web/modules/contrib/config_ignore/tests/src/Functional/ConfigIgnoreTest.php:145 /Users/user1/11.x/vendor/phpunit/phpunit/src/Framework/TestResult.php:729 6) Drupal\Tests\config_ignore\Functional\ConfigIgnoreTest::testValidateImportingWithIgnoredSubKeys ArgumentCountError: Too few arguments to function Drupal\Core\Config\ConfigImporter::__construct(), 10 passed in /Users/user1/11.x/web/modules/contrib/config_ignore/tests/src/Functional/ConfigIgnoreBrowserTestBase.php on line 40 and exactly 11 expected /Users/user1/11.x/web/core/lib/Drupal/Core/Config/ConfigImporter.php:204 /Users/user1/11.x/web/modules/contrib/config_ignore/tests/src/Functional/ConfigIgnoreBrowserTestBase.php:40 /Users/user1/11.x/web/modules/contrib/config_ignore/tests/src/Functional/ConfigIgnoreTest.php:179 /Users/user1/11.x/vendor/phpunit/phpunit/src/Framework/TestResult.php:729 7) Drupal\Tests\config_ignore\Functional\ConfigIgnoreTest::testImportMissingConfig ArgumentCountError: Too few arguments to function Drupal\Core\Config\ConfigImporter::__construct(), 10 passed in /Users/user1/11.x/web/modules/contrib/config_ignore/tests/src/Functional/ConfigIgnoreBrowserTestBase.php on line 40 and exactly 11 expected /Users/user1/11.x/web/core/lib/Drupal/Core/Config/ConfigImporter.php:204 /Users/user1/11.x/web/modules/contrib/config_ignore/tests/src/Functional/ConfigIgnoreBrowserTestBase.php:40 /Users/user1/11.x/web/modules/contrib/config_ignore/tests/src/Functional/ConfigIgnoreTest.php:205 /Users/user1/11.x/vendor/phpunit/phpunit/src/Framework/TestResult.php:729
- First commit to issue fork.
- Status changed to Needs review
6 months ago 10:06am 20 May 2024 - First commit to issue fork.
This is an automated patch generated using Upgrade Status and Drupal Rector. Please see the issue summary for more details. A merge request (MR) is also openend and updated.
It is important that any automated tests available are run and that you manually test the changes.
Drupal 11 Compatibility
According to the Upgrade Status module โ , even with these changes, this module is not yet compatible with Drupal 11.
Currently Drupal Rector, version 0.20.3, cannot fix all Drupal 11 compatibility problems.
Therefore, these changes did not update the
info.yml
file for Drupal 11 compatibility.The compatibility issues that Upgrade Status found after the Drupal Rector fixes were applied are attached to help you resolve them manually.
Leaving this issue open, even after committing the current patch or merging the MR, will allow the Project Update Bot โ to post additional Drupal 11 compatibility fixes as they become available in Drupal Rector.
Debug information
Bot run #11-199781These packages were used to generate the fixes:
- drupal/upgrade_status: 4.3.2
- mglaman/phpstan-drupal: 1.2.11
- palantirnet/drupal-rector: 0.20.3