Interface PhpUnitConfig
- All Known Implementing Classes:
AbstractPhpUnitConfig
,PhpUnit33XConfigImpl
,PhpUnitConfigImpl
public interface PhpUnitConfig
-
Field Details
-
PLUGIN_KEY_PHPUNIT
- See Also:
-
PLUGIN_KEY_PHPUNIT33X
- See Also:
-
-
Method Details
-
getRootDirectory
-
getWorkingDirectory
-
getCommandline
-
getExtraEnvironment
-
getArguments
-
isLogJunitEnabled
boolean isLogJunitEnabled() -
getLogJunitFilename
Get "Log test execution to an XML file" configuration value.- Returns:
- Path which is relative to source root.
-