actions-marketplace-validations/PHPUnit blackwolf12333
Run your PHPUnit tests in your Github Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Oct 31, 2022
- License
- None
Pinned Snippet
uses: actions-marketplace-validations/blackwolf12333_phpunit-action@16b9619bd220395406119d62346fb782effa6e73 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| version | What version of PHPUnit to use | no | latest |
| php_version | What version of PHP to use | no | latest |
| php_extensions | Space separated list of extensions to configure with the PHP build | no | — |
| vendored_phpunit_path | Path to a vendored phpunit binary | no | — |
| configuration | Configuration file location | no | — |
| log_junit | JUnit output file location | no | — |
| log_teamcity | JUnit output file location | no | — |
| testdox_html | JUnit output file location | no | — |
| testdox_text | JUnit output file location | no | — |
| testdox_xml | JUnit output file location | no | — |
| memory_limit | Memory limit | no | — |
| bootstrap | Path to bootstrap file | no | — |
| filter | Filter which tests to run | no | — |
| testsuite | Specify a testsuite to run | no | — |
| group | Only runs tests from the specified group(s) | no | — |
| exclude_group | Exclude tests from the specified group(s) | no | — |
| test_suffix | Only search for test in files with specified suffix(es) | no | Test.php,.phpt |
| whitelist | Path to directory to whitelist for code coverage analysis | no | — |
| args | Extra arguments to pass to the phpunit binary | no | — |
Outputs
no outputs