Skip to:
Content

BuddyPress.org

Opened 6 years ago

Closed 6 years ago

#8373 closed defect (bug) (fixed)

wp-env improvements about phpunit commands

Reported by: imath Owned by: imath
Priority: normal Milestone: 7.0.0
Component: Build/Test Tools Version:
Severity: normal Keywords: has-patch
Cc:

Description

Adds 2 new job to run specific group of tests:

  1. test-php:group

Example of use: npm run test-php:group --g=core-template-loader

  1. 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)

8373.patch (1.3 KB ) - added by imath 6 years ago.

Download all attachments as: .zip

Change History (3)

@imath
6 years ago

This ticket was mentioned in Slack in #buddypress by imath. View the logs.


6 years ago

#2 @imath
6 years ago

  • Resolutionfixed
  • Status assignedclosed

In 12742:

Update @wordpress/env to 2.1.0 and add new phpunit commands

Fixes #8373

Note: See TracTickets for help on using tickets.