/phpunit-action

GitHub Action for interacting with PHPUnit

Primary LanguageDockerfileMIT LicenseMIT

GitHub Action for PHPUnit

Latest Version on GitHub Software License

This Action for PHPUnit enables arbitrary actions with the PHPUnit command-line client.

Usage

This action is no longer recommended. Use the PHPUnit package directly in your project via Composer.

Via GitHub Workflow

on: push
name: CI
jobs:
  phpunit:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v1
      # For YAML Actions, use v1 or later
      - uses: pxgamer/phpunit-action@master
        with:
          # If there isn't a PHPUnit config, specify files or directories to test
          command: tests/

Change log

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING and CODE_OF_CONDUCT for details.

Security

If you discover any security related issues, please email security@pxgamer.xyz instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.