3 merge requests!5423Draft: Resolve #3329907 "Test2",!3478Issue #3337882: Deleted menus are not removed from content type config,!579Issue #2230909: Simple decimals fail to pass validation
@@ -54,10 +54,6 @@ protected function setUp(): void {
...
@@ -54,10 +54,6 @@ protected function setUp(): void {
* Tests upgrading the Composer Scaffold plugin.
* Tests upgrading the Composer Scaffold plugin.
*/
*/
publicfunctiontestScaffoldUpgrade():void{
publicfunctiontestScaffoldUpgrade():void{
$composerVersionLine=exec('composer --version');
if(str_contains($composerVersionLine,'Composer version 2')){
$this->markTestSkipped('We cannot run the scaffold upgrade test with Composer 2 until we have a stable version of drupal/core-composer-scaffold to start from that we can install with Composer 2.x.');