PHP run configurations
This topic summarizes the run configurations available for PHP. Each table provides keys that are available within a run configuration and their descriptions.
php
Run configuration for launching PHP scripts
| Custom environment variables for the process, specified as a JSON object. To define an environment variable, add a property where the key is the variable name and the value is its value. For example:
"environment": {
"TEMP_DIR": "/home/user/temp",
"GENERATE_RANDOM_PASSWORD": "true"
}
|
| Names of other configurations to run before this configuration. For example: |
| Working directory for the run configuration. |
| If set to |
| Relative path to a PHP file Default value: |
php-test
Run configuration for launching PHP tests
(required) | Optional arguments to be passed to the test as-is |
| Path to PHPUnit executable Default value: |