MDL-37046 behat: Adding empty Behat config file

This empty behat config file allows behat CLI
command to run before test environment has been set
This commit is contained in:
David Monllao 2012-12-18 14:37:31 +08:00
parent bd770617a9
commit 5347dae079
2 changed files with 15 additions and 0 deletions

1
.gitignore vendored
View File

@ -29,3 +29,4 @@ phpunit.xml
# Composer support - only composer.json is to be in git, the rest is installed in each checkout.
composer.phar
/vendor/
behat.yml

14
behat.yml.dist Normal file
View File

@ -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: { }