Skip to content

Instantly share code, notes, and snippets.

@baghayi
Created January 14, 2013 22:24
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 baghayi/4534089 to your computer and use it in GitHub Desktop.
Save baghayi/4534089 to your computer and use it in GitHub Desktop.
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