Skip to content

Instantly share code, notes, and snippets.

@ingvar
Created February 24, 2015 21:29
Show Gist options
  • Save ingvar/cbb40d2bad5d3bbafb9e to your computer and use it in GitHub Desktop.
Save ingvar/cbb40d2bad5d3bbafb9e to your computer and use it in GitHub Desktop.
Behat box.json file
{
"alias": "behat.phar",
"chmod": "0755",
"directories": ["bin"],
"finder": [
{
"name": "*.php",
"exclude": [
"tests",
"*Test.php",
"test",
"Tests",
"Test"
],
"in": "vendor"
}
],
"main": "bin/behat",
"output": "behat.phar",
"stub": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment