Consider moving quickstart tests to build tests

Created on 29 June 2025, 15 days ago

Problem/Motivation

We now run phpunit tests as part of the lint stage, to allow always running on all supported PHP versions.

This makes it noticeable that these two tests take about 25 seconds each:

Drupal\Tests\Core\Command\QuickStartTest
Drupal\Tests\Core\Recipe\RecipeQuickStartTest

Given we run them on three different versions, that's 25s * 2 * 3 or about 6 minutes wall time of unit tests.

If we move them to build tests, they'll be fast build tests instead of slow unit tests.

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

Introduced terminology

API changes

Data model changes

Release notes snippet

📌 Task
Status

Active

Version

11.0 🔥

Component

phpunit

Created by

🇬🇧United Kingdom catch

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024