Created
February 24, 2015 21:29
-
-
Save ingvar/cbb40d2bad5d3bbafb9e to your computer and use it in GitHub Desktop.
Behat box.json file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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