php:scripttestrunner

Full name:

org.phpmaven:maven-php-plugin:1.1-SNAPSHOT:scripttestrunner

Description:

(no description)

Attributes:

  • Requires a Maven 2.0 project to be executed.
  • Requires dependency resolution of artifacts in scope: runtime.

Required Parameters

Name Type Since Description
command String - The command will be executed on each file in the testfolder
sourceDirectory String - The script source folder.
testDirectory String - The test script source Folder.

Optional Parameters

Name Type Since Description
environmentVariables Properties - Environment Variables.
errorIdentifiers List - Error identifier.
includeDirectory String - (no description)
startupCommand String - The command will be executed at startup
testExcludes List - Excludes.
testIncludes List - Includes.

Parameter Details

command:

The command will be executed on each file in the testfolder
  • Type: java.lang.String
  • Required: Yes

environmentVariables:

Environment Variables.
  • Type: java.util.Properties
  • Required: No

errorIdentifiers:

Error identifier.
  • Type: java.util.List
  • Required: No

includeDirectory:

(no description)
  • Type: java.lang.String
  • Required: No

sourceDirectory:

The script source folder.
  • Type: java.lang.String
  • Required: Yes
  • Expression: /src/main/script

startupCommand:

The command will be executed at startup
  • Type: java.lang.String
  • Required: No

testDirectory:

The test script source Folder.
  • Type: java.lang.String
  • Required: Yes
  • Expression: /src/test/script

testExcludes:

Excludes.
  • Type: java.util.List
  • Required: No

testIncludes:

Includes.
  • Type: java.util.List
  • Required: No