timitao / behatdbalextension
Package info
github.com/timiTao/BehatDbalExtension
Type:behat-extension
pkg:composer/timitao/behatdbalextension
v1.0.0
2014-12-29 20:26 UTC
Requires
- php: >=5.4
- behat/behat: ~3.0,>=3.0.5
- doctrine/dbal: >=2.5.0-RC1
README
Behat Dbal Extension
Installing extension
The easiest way to install is by using Composer:
$> curl -sS https://getcomposer.org/installer | php $> php composer.phar require timitao/behatdbalextension='*'
or composer.json
"require": {
"timitao/behatdbalextension": "*"
},
Configuration
Check file behat.yml.dist for full configuration
Is is standard for DBAL connection
Additional options:
default_connection_alias- select default connection from collection. Default value:defaultconnections- collection of connection
Examples
Look at this base.feature
Make sure, to have run mysql with user test@test and table test before run:
``php bin/behat``
Versioning
Staring version 1.0.0, will follow Semantic Versioning v2.0.0.
Contributors
- Tomasz Kunicki TimiTao [lead developer]