public interface PhpUnitConfig
Modifier and Type | Field and Description |
---|---|
static String |
PLUGIN_KEY_PHPUNIT |
static String |
PLUGIN_KEY_PHPUNIT33X |
Modifier and Type | Method and Description |
---|---|
List<String> |
getArguments() |
List<String> |
getCommandline() |
Map<String,String> |
getExtraEnvironment() |
String |
getLogJunitFilename()
Get "Log test execution to an XML file" configuration value.
|
File |
getRootDirectory() |
File |
getWorkingDirectory() |
boolean |
isLogJunitEnabled() |
static final String PLUGIN_KEY_PHPUNIT
static final String PLUGIN_KEY_PHPUNIT33X
@NotNull File getRootDirectory()
@NotNull File getWorkingDirectory()
boolean isLogJunitEnabled()
@Nullable String getLogJunitFilename()
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.