timitao/behatdbalextension

Installs: 137

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Type:behat-extension

v1.0.0 2014-12-29 20:26 UTC

This package is auto-updated.

Last update: 2024-03-29 03:35:41 UTC


README

License Latest Stable Version Latest Unstable Version Total Downloads SensioLabsInsight Scrutinizer Code Quality Build Status

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]