Skip to content

Instantly share code, notes, and snippets.

@abtris
Last active October 26, 2022 12:56
Show Gist options
  • Star 9 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save abtris/1769899 to your computer and use it in GitHub Desktop.
Save abtris/1769899 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"
}
]
}
@abtris
Copy link
Author

abtris commented Jul 11, 2013

Super+Shift+B > run phpunit
Super+ B > run php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment