We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a182eaa commit 35b61abCopy full SHA for 35b61ab
README.md
@@ -43,7 +43,7 @@ The following configuration options are available:
43
+ `php_extensions` Space-separated list of extensions using [php-build][php-build] e.g. `xdebug mbstring` (default: N/A)
44
+ `configuration` Path to the `phpunit.xml` file (default: `test/phpunit/phpunit.xml`)
45
+ `log_junit` Path to junit output file (default: `test/phpunit/_junit/junit.xml`)
46
-+ `memory_limit` The memory limit to run your tests with (default: `512M`)
++ `memory_limit` The memory limit to run your tests with (default: `128M`)
47
+ `bootstrap` The path to the bootstrap file (default: `vendor/autoload.php`)
48
49
The syntax for passing in a custom input is the following:
0 commit comments