Opened 5 years ago
Closed 5 years ago
#8373 closed defect (bug) (fixed)
wp-env improvements about phpunit commands
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Milestone: | 7.0.0 | Priority: | normal |
| Severity: | normal | Version: | |
| Component: | Build/Test Tools | Keywords: | has-patch |
| Cc: |
Description
Adds 2 new job to run specific group of tests:
test-php:group
Example of use: npm run test-php:group --g=core-template-loader
test-php-multisite:group
Example of use: npm run test-php-multisite:group --g=core-template-loader
The patch also updates @wordpress/env to its latest version (2.1.0)
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 12742: