Skip to:
Content

BuddyPress.org

Opened 4 years ago

Closed 4 years ago

#8373 closed defect (bug) (fixed)

wp-env improvements about phpunit commands

Reported by: imath's profile imath Owned by: imath's profile imath
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:

  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 4 years ago.

Download all attachments as: .zip

Change History (3)

@imath
4 years ago

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


4 years ago

#2 @imath
4 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 12742:

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

Fixes #8373

Note: See TracTickets for help on using tickets.