Interface PhpUnitConfig
-
- All Known Implementing Classes:
AbstractPhpUnitConfig,PhpUnit33XConfigImpl,PhpUnitConfigImpl
public interface PhpUnitConfig
-
-
Field Summary
Fields Modifier and Type Field Description static StringPLUGIN_KEY_PHPUNITstatic StringPLUGIN_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 StringgetLogJunitFilename()Get "Log test execution to an XML file" configuration value.@NotNull FilegetRootDirectory()@NotNull FilegetWorkingDirectory()booleanisLogJunitEnabled()
-
-
-
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.
-
-