Skip to content

Instantly share code, notes, and snippets.

@ziishaned
Forked from abtris/Php.sublime-build
Created February 25, 2017 04:12
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 ziishaned/9584b98b9a23f019c3730d31c1b6d252 to your computer and use it in GitHub Desktop.
Save ziishaned/9584b98b9a23f019c3730d31c1b6d252 to your computer and use it in GitHub Desktop.
Sublime Text 3 - run php script at F7
{
"cmd": ["php", "$file"],
"selector": "source.php",
"target": "exec",
"variants": [
{ "cmd": ["/usr/local/php5/bin/phpunit", "$file"],
"name": "Run"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment