Download the PHP package clippings/behat-common without Composer
On this page you can find all versions of the php package clippings/behat-common. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download clippings/behat-common
More information about clippings/behat-common
Files in clippings/behat-common
Download clippings/behat-common
More information about clippings/behat-common
Files in clippings/behat-common
Vendor clippings
Package behat-common
Short Description Common Behat contexts to use in our Symfony projects
License MIT
Package behat-common
Short Description Common Behat contexts to use in our Symfony projects
License MIT
Please rate this library. Is it a good library?
Informations about the package behat-common
Behat Common
Collection of contexts and traits for writing Behat features in your Symfony projects.
Quick install:
1. Install the package through composer
Just run composer require --dev clippings/behat-common
2. Create a feature context like normal (extending RawMinkContext
)
3. Configure your behat.yml
to use these contexts:
4. Write some scenarios:
Using the DoctrineOrmContext
and SwiftmailerContext
to test a sign-up scenario:
NOTE: Both DoctrineOrmContext
and PDOContext
support the use of fakers in your fixtures (see https://github.com/fzaninotto/Faker), like so:
5. Run behat!
All versions of behat-common with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.1
behat/behat Version ^3.0
behat/mink Version ^1.6
behat/mink-extension Version ^2.0
behat/mink-browserkit-driver Version ^1.2
behat/symfony2-extension Version ^2.0
doctrine/orm Version ^2.2
doctrine/common Version ^2.2
doctrine/data-fixtures Version ^1.1
phpunit/phpunit Version ^5.7|^6|^7
swiftmailer/swiftmailer Version ^6.0
symfony/dependency-injection Version ^3.0
symfony/http-kernel Version ^3.0
symfony/property-access Version ^3.0
symfony/security Version ^3.0
behat/behat Version ^3.0
behat/mink Version ^1.6
behat/mink-extension Version ^2.0
behat/mink-browserkit-driver Version ^1.2
behat/symfony2-extension Version ^2.0
doctrine/orm Version ^2.2
doctrine/common Version ^2.2
doctrine/data-fixtures Version ^1.1
phpunit/phpunit Version ^5.7|^6|^7
swiftmailer/swiftmailer Version ^6.0
symfony/dependency-injection Version ^3.0
symfony/http-kernel Version ^3.0
symfony/property-access Version ^3.0
symfony/security Version ^3.0
The package clippings/behat-common contains the following files
Loading the files please wait ....