Skip to content

Instantly share code, notes, and snippets.

@mglaman
Created May 29, 2016 06:41
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mglaman/e8287ca39f645aff4b4740808cd420d1 to your computer and use it in GitHub Desktop.
Save mglaman/e8287ca39f645aff4b4740808cd420d1 to your computer and use it in GitHub Desktop.
Drupal Simpletest runner. All options are in configuration scriptParameters
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Drupal Simpletest" type="PhpLocalRunConfigurationType" factoryName="PHP Console" singleton="true" path="$PROJECT_DIR$/www/core/scripts/run-tests.sh" scriptParameters="--url http://localhost:8080 --color --verbose --php /usr/bin/php --sqlite /tmp/.ht.sqlite commerce">
<CommandLine workingDirectory="$PROJECT_DIR$/www" />
<option name="workingDirectory" value="$PROJECT_DIR$/www" />
<method />
</configuration>
</component>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment