gorgo13 / behat-database-extension
Installs: 9
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:behat-extension
pkg:composer/gorgo13/behat-database-extension
Requires
- php: >=5.4
- behat/symfony2-extension: >=2.1.1
- gorgo13/database-component: >=1.0
Suggests
- doctrine/doctrine-bundle: To use connection isolation
- oro/platform: Very flexible platform
This package is auto-updated.
Last update: 2025-10-06 02:39:12 UTC
README
Installation
    composer require gorgo13/database-component
Behat.yml
        Oro\BehatExtension\DatabaseBehatExtension\OroDatabaseBehatExtension:
            oro_legacy: ~ # if true then replaces ORO's behat database isolators with this one  
            doctrine_connections: ~ # List of doctrine connections to isolate default: "['default']"
            mysql:
                mysql: ~ # path to "mysql" binary, for example "/usr/bin/mysql", default: "mysql"
                mysqldump: ~ # path to "mysqldump" binary, for example "/usr/bin/mysqldump", default: "mysqldump"
            postgresql:
                createdb: ~ # path to "createdb" binary, for example "/usr/bin/createdb", default: "createdb"
                dropdb: ~ # path to "dropdb" binary, for example "/usr/bin/dropdb", default: "dropdb"
                psql: ~ # path to "psql" binary, for example "/usr/bin/psql", default: "psql"