We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f8f087 commit be54d28Copy full SHA for be54d28
README.md
@@ -47,6 +47,7 @@ The following configuration options are available:
47
+ `version` The version of PHPUnit to use e.g. `9` or `9.5.0` (default: latest)
48
+ `php_version` The version of PHP to use e.g. `7.4` (default: latest)
49
+ `php_extensions` Space-separated list of extensions using [php-build][php-build] e.g. `xdebug mbstring` (default: N/A)
50
++ `vendored_phpunit_path` The path to a phar file already present on the runner (default: N/A)
51
+ `configuration` Path to the `phpunit.xml` file (default: `test/phpunit/phpunit.xml`)
52
+ `log_junit` Path to junit output file (default: `test/phpunit/_junit/junit.xml`)
53
+ `memory_limit` The memory limit to run your tests with (default: `128M`)
0 commit comments