Skip to content

Instantly share code, notes, and snippets.

@nguaman
Forked from abtris/Php.sublime-build
Created August 11, 2016 13:07
Show Gist options
  • Save nguaman/6c177b8b37637794b90c956b7493073b to your computer and use it in GitHub Desktop.
Save nguaman/6c177b8b37637794b90c956b7493073b 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