File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3838
3939The 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)
You can’t perform that action at this time.
0 commit comments