Problem/Motivation
In #3362083: '@requires externalCommand' is not parsed in PHPUnit 10 we removed @requires externalCommand but BuildTestBase still mentions it:
* - Allow the use of PHPUnit-style (at)require annotations for external shell
* commands.
Steps to reproduce
Proposed resolution
Remove the comment above.
Remaining tasks
User interface changes
API changes
Data model changes
Release notes snippet
Issue fork drupal-3377665
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
- 3377665-remove-reference-to
changes, plain diff MR !4499
Comments
Comment #3
sourabhjainComment #5
sourabhjainI have done with the proposed solution. Please review MR.
Comment #6
longwaveThanks!
Comment #8
quietone commentedI read the related issue to learn more about this removal, thanks for that. And I do like a bit of tidying up :-)
Committed f42411a and pushed to 11.x. Thanks!