Interface PhpUnitConfig

    • Method Detail

      • getRootDirectory

        @NotNull
        @NotNull File getRootDirectory()
      • getWorkingDirectory

        @NotNull
        @NotNull File getWorkingDirectory()
      • getCommandline

        @NotNull
        @NotNull List<String> getCommandline()
      • getExtraEnvironment

        @NotNull
        @NotNull Map<String,​String> getExtraEnvironment()
      • getArguments

        @NotNull
        @NotNull List<String> getArguments()
      • 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.