Skip to content

Commit

Permalink
MDL-37046 behat: Adding empty Behat config file
Browse files Browse the repository at this point in the history
This empty behat config file allows behat CLI
command to run before test environment has been set
  • Loading branch information
David Monllao committed Jan 29, 2013
1 parent bd77061 commit 5347dae
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -29,3 +29,4 @@ phpunit.xml
# Composer support - only composer.json is to be in git, the rest is installed in each checkout. # Composer support - only composer.json is to be in git, the rest is installed in each checkout.
composer.phar composer.phar
/vendor/ /vendor/
behat.yml
14 changes: 14 additions & 0 deletions behat.yml.dist
@@ -0,0 +1,14 @@
default:
paths:
features: lib/behat/features
bootstrap: lib/behat/features/bootstrap
context:
class: behat_init_context
extensions:
Behat\MinkExtension\Extension:
base_url: 'http://localhost:8000'
goutte: null
selenium2: null
Moodle\BehatExtension\Extension:
features: { }
steps_definitions: { }

0 comments on commit 5347dae

Please sign in to comment.