Make WordPress Core

Changeset 57134 for trunk/README.md


Ignore:
Timestamp:
11/24/2023 02:07:00 PM (14 months ago)
Author:
SergeyBiryukov
Message:

Build/Test Tools: Add a readme note on passing parameters into the PHPUnit tests.

Follow-up to [45745], [47743].

Props pbearne, costdev.
Fixes #59624.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/README.md

    r56387 r57134  
    8888```
    8989
     90You can pass extra parameters into the PHP tests by adding `--` and then the [command-line options](https://docs.phpunit.de/en/10.4/textui.html#command-line-options):
     91
     92```
     93npm run test:php -- --filter <test name>
     94npm run test:php -- --group <group name or ticket number>
     95```
     96
    9097#### To restart the development environment
    9198
Note: See TracChangeset for help on using the changeset viewer.