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.
Run configuration for launching PHP scripts
| Custom environment variables for the process in the form of a JSON object. To define an environment variable, add a property, where the key is the variable name and the value is the value of the variable, for example:
|
| Names of other configurations which will be executed before this configuration, for example: |
| Working directory for this run configuration. |
| When set to |
| Relative path to a PHP file Default value: |
Run configuration for launching PHP tests
(required) | Optional arguments to be passed to the test as-is |
| Path to PHPUnit executable Default value: |
Thanks for your feedback!