timitao/behatdbalextension
最新稳定版本:v1.0.0
Composer 安装命令:
composer require timitao/behatdbalextension
包简介
关键字:
README 文档
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]
统计信息
- 总下载量: 140
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-11-24