timitao / behatdbalextension
Installs: 138
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Type:behat-extension
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:default
connections
- 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]