wp-cli / language-command

Installs, activates, and manages language packs.
MIT License
13 stars 22 forks source link

Introduce feature tests for recent PHP versions in language core update #148

Closed ernilambar closed 4 months ago

ernilambar commented 4 months ago

Feature Request

Describe your use case and the problem you are facing

Current test scenario is pretty restricted:

@require-php-5.6 @less-than-php-7.0
  Scenario Outline: Core translation update

It would be good to expand test for more and WP/PHP combinations.

Describe the solution you'd like

Expanded tests.