Interface PhpUnitConfig
-
- All Known Implementing Classes:
AbstractPhpUnitConfig
,PhpUnit33XConfigImpl
,PhpUnitConfigImpl
public interface PhpUnitConfig
-
-
Field Summary
Fields Modifier and Type Field Description static String
PLUGIN_KEY_PHPUNIT
static String
PLUGIN_KEY_PHPUNIT33X
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull List<String>
getArguments()
@NotNull List<String>
getCommandline()
@NotNull Map<String,String>
getExtraEnvironment()
@Nullable String
getLogJunitFilename()
Get "Log test execution to an XML file" configuration value.@NotNull File
getRootDirectory()
@NotNull File
getWorkingDirectory()
boolean
isLogJunitEnabled()
-
-
-
Field Detail
-
PLUGIN_KEY_PHPUNIT
static final String PLUGIN_KEY_PHPUNIT
- See Also:
- Constant Field Values
-
PLUGIN_KEY_PHPUNIT33X
static final String PLUGIN_KEY_PHPUNIT33X
- See Also:
- Constant Field Values
-
-
Method Detail
-
getRootDirectory
@NotNull @NotNull File getRootDirectory()
-
getWorkingDirectory
@NotNull @NotNull File getWorkingDirectory()
-
isLogJunitEnabled
boolean isLogJunitEnabled()
-
getLogJunitFilename
@Nullable @Nullable String getLogJunitFilename()
Get "Log test execution to an XML file" configuration value.- Returns:
- Path which is relative to source root.
-
-