Make WordPress Core

Ticket #51456: 51456.diff

File 51456.diff, 550 bytes (added by desrosj, 5 years ago)
  • package.json

     
    167167                "env:logs": "node ./tools/local-env/scripts/docker.js logs",
    168168                "env:pull": "node ./tools/local-env/scripts/docker.js pull",
    169169                "test:php": "node ./tools/local-env/scripts/docker.js run --rm phpunit phpunit",
     170                "test:php-composer": "node ./tools/local-env/scripts/docker.js run --rm phpunit php ./vendor/bin/phpunit",
    170171                "test:e2e": "node ./tests/e2e/run-tests.js"
    171172        }
    172173}