Skip to content

Instantly share code, notes, and snippets.

@baghayi
Created January 14, 2013 22:24
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
phpunit build system file codes for sublime-text 2
{
"cmd": ["phpunit"],
"file_regex": "php$",
"selector": "source.php",
"working_dir": "${project_path}"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment