Skip to content

Instantly share code, notes, and snippets.

@weaverryan
Created September 4, 2011 21:03
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 weaverryan/1193510 to your computer and use it in GitHub Desktop.
Save weaverryan/1193510 to your computer and use it in GitHub Desktop.
Small script to easily execute behat inside Symfony2
#!/bin/sh
# A little shortcut script for executing Behat inside a Symfony2 project
#
# Configure behat in Symfony2 per the following instructions and then place this in the root of your project
# http://docs.behat.org/bundle/index.html
#
# Example Usage:
# ./behat @BlogBundle
./app/console -e=test behat "$@"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment