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 d32ddfa commit ed91e69Copy full SHA for ed91e69
README.md
@@ -39,8 +39,8 @@ Inputs
39
The following configuration options are available:
40
41
+ `configuration` Path to the `phpunit.xml` file (default: `test/phpunit/phpunit.xml`)
42
-+ `junit` Path to junit output file (default: `test/phpunit/_junit/junit.xml`)
43
-+ `memory` The memory limit to run your tests with (default: `512M`)
++ `log_junit` Path to junit output file (default: `test/phpunit/_junit/junit.xml`)
++ `memory_limit` The memory limit to run your tests with (default: `512M`)
44
+ `bootstrap` The path to the bootstrap file (default: `vendor/autoload.php`)
45
+ `php_version` The version of PHP to use e.g. `7.4` (default: latest)
46
+ `phpunit_version` The version of PHPUnit to use e.g. `9` or `9.5.0` (default: latest)
0 commit comments