Problem/Motivation

In #2728579: Explicitly skip @requires module in PHPUnit Kernel and Browser tests we gave KernelTestBase tests the ability to annotate @requires module modulename for the test class and for the test method.

We should have similar annotations for BrowserTestBase tests.

Proposed resolution

We will probably need to factor this functionality out of KernelTestBase into a trait, which will be used by both KernelTestBase and BrowserTestBase.

Remaining tasks

User interface changes

API changes

Data model changes

Comments

Mile23 created an issue. See original summary.

Mile23’s picture

Status: Active » Postponed
Mile23’s picture

Issue tags: +Needs change record
klausi’s picture

Status: Postponed » Closed (duplicate)