actions-marketplace-validations/PHPUnit (php-actions)
Run your PHPUnit tests in your Github Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | What version of PHPUnit to use | no | composer |
| 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 | Write documentation in HTML format to file | no | — |
| testdox_text | Write documentation in Text format to file | 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 | — |
| whitelist | Path to directory to whitelist for code coverage analysis | no | — |
| coverage_filter | Include directory in code coverage reporting | no | — |
| coverage_clover | Generate code coverage report in Clover XML format | no | — |
| coverage_cobertura | Generate code coverage report in Cobertura XML format | no | — |
| coverage_crap4j | Generate code coverage report in Crap4J XML format | no | — |
| coverage_html | Generate code coverage report in HTML format | no | — |
| coverage_php | Export PHP_CodeCoverage object to file | no | — |
| coverage_text | Generate code coverage report in text format (true to output to console, path to output to file) | no | — |
| coverage_xml | Generate code coverage report in PHPUnit XML format | no | — |
| args | Extra arguments to pass to the phpunit binary | no | — |
Outputs
no outputs