Download the PHP package datasift/behat-extension without Composer
On this page you can find all versions of the php package datasift/behat-extension. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download datasift/behat-extension
More information about datasift/behat-extension
Files in datasift/behat-extension
Package behat-extension
Short Description Library to test end-to-end RESTful services using Behat
License MIT
Homepage https://github.com/datasift/ms-lib-testrest
Informations about the package behat-extension
behat-extension
Description
This behat extension provides utility classes to test end-to-end RESTful services using behat.
Installation
Begin by installing this package through Composer. Edit your project's composer.json
file to require datasift/behat-extension
.
If you need support for Guzzle 4-5, use testrest-extension 4.x.
"require-dev": {
"datasift/testrest-extension": "4.*"
}
If you need support for Guzzle 6, use testrest-extension 5.x.
"require-dev": {
"datasift/testrest-extension": "5.*"
}
Next, update Composer from the Terminal:
composer update
Activate extension by specifying its class in your behat.yml:
Database
Supported Drivers
- mysql
- sqlite
Cache
Supported drivers
- memcached
Mountebank
File
Testing
To test the library itself, run the tests:
composer test
Contributing
Please see CONTRIBUTING for details.
Credits And Developer Contacts
- nicolaasuni
- nathanmac
- shwetsai
- mheap
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of behat-extension with dependencies
behat/behat Version ~3.0
guzzlehttp/guzzle Version ~6
webmozart/assert Version ^1.3