Skip to content

Commit be54d28

Browse files
author
Greg Bowler
committed
docs: document vendored_phpunit_path
1 parent 4f8f087 commit be54d28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ The following configuration options are available:
4747
+ `version` The version of PHPUnit to use e.g. `9` or `9.5.0` (default: latest)
4848
+ `php_version` The version of PHP to use e.g. `7.4` (default: latest)
4949
+ `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)
5051
+ `configuration` Path to the `phpunit.xml` file (default: `test/phpunit/phpunit.xml`)
5152
+ `log_junit` Path to junit output file (default: `test/phpunit/_junit/junit.xml`)
5253
+ `memory_limit` The memory limit to run your tests with (default: `128M`)

0 commit comments

Comments
 (0)