Skip to content

Commit 67a9e0d

Browse files
author
Greg Bowler
authored
remove unused default
fixes #36
1 parent 36f0c82 commit 67a9e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ The following configuration options are available:
5050
+ `configuration` Path to the `phpunit.xml` file (default: `test/phpunit/phpunit.xml`)
5151
+ `log_junit` Path to junit output file (default: `test/phpunit/_junit/junit.xml`)
5252
+ `memory_limit` The memory limit to run your tests with (default: `128M`)
53-
+ `bootstrap` The path to the bootstrap file (default: `vendor/autoload.php`)
53+
+ `bootstrap` The path to the bootstrap file
5454

5555
The syntax for passing in a custom input is the following:
5656

0 commit comments

Comments
 (0)