Changes between Version 1 and Version 2 of Ticket #51456
- Timestamp:
- 10/06/2020 07:09:38 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51456 – Description
v1 v2 1 In order to maintain PHP 5.6.20 support and add support for PHP 8, Composer is currently being used to force PHPUnit 7.x for PHP 8 (see r4 9037). It would be great to have an NPM command that makes it easier to run the test suite with the Composer installed version of PHPunit.1 In order to maintain PHP 5.6.20 support and add support for PHP 8, Composer is currently being used to force PHPUnit 7.x for PHP 8 (see r48957 and r49037). It would be great to have an NPM command that makes it easier to run the test suite with the Composer installed version of PHPunit. 2 2 3 3 Something like `npm run test:php8`. It could also be more general (maybe `npm run test:php-composer`) in case the Composer installed version is desired past this compatibility shim.