Skip to content

Instantly share code, notes, and snippets.

@saranrapjs
Created September 13, 2013 20:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save saranrapjs/6555732 to your computer and use it in GitHub Desktop.
Save saranrapjs/6555732 to your computer and use it in GitHub Desktop.
sublime build system for phpunit
{
"cmd": ["${project_path}vendor/bin/phpunit", "-c", "${project_path}test/phpunit.xml", "test"],
"file_regex": "php$",
"working_dir": "${project_path:${folder}}",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment