integralservice / test-metapackage
IntegralService Test Metapackage
Package info
github.com/IntegralService/TestMetapackage
Type:metapackage
pkg:composer/integralservice/test-metapackage
v3.0.2
2020-07-31 08:41 UTC
Requires
- php: >=5.6
- behat/mink-browserkit-driver: ^1.3.3
- behat/mink-goutte-driver: ^1.1
- behat/mink-selenium2-driver: ^1.3
- behatch/contexts: ^3.2.0
- escapestudios/symfony2-coding-standard: ~2.0
- integralservice/behat-context: ^3.0.2
- squizlabs/php_codesniffer: ^3.4.0
This package is auto-updated.
Last update: 2026-03-01 00:26:30 UTC
README
What is it?
This project provides the essential bundles to test Symfony projects and insure code quality :
- PHPUnit with the PHPUnit bridge for Symfony
- Behat with Mink and some of its drivers :
- Some extra Behat test contexts, such as Behatch and IntegralService/BehatContext.
- Coding standard for Symfony projects
- PHP CodeSniffer
How to install
You can install this package with composer :
composer require --dev integralservice/test-metapackage
How to contribute
We are more than pleased to receive pull request if you want to add some functionnalities that can benefit the community.