Skip to content

Commit 74e4ecf

Browse files
author
Greg Bowler
authored
Merge pull request #21 from carlobeltrame/patch-1
Fix configuration argument name in readme
2 parents 9607e5d + ed91e69 commit 74e4ecf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ Inputs
3838

3939
The following configuration options are available:
4040

41-
+ `config` 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`)
41+
+ `configuration` Path to the `phpunit.xml` file (default: `test/phpunit/phpunit.xml`)
42+
+ `log_junit` Path to junit output file (default: `test/phpunit/_junit/junit.xml`)
43+
+ `memory_limit` The memory limit to run your tests with (default: `512M`)
4444
+ `bootstrap` The path to the bootstrap file (default: `vendor/autoload.php`)
4545
+ `php_version` The version of PHP to use e.g. `7.4` (default: latest)
4646
+ `phpunit_version` The version of PHPUnit to use e.g. `9` or `9.5.0` (default: latest)

0 commit comments

Comments
 (0)