integralservice / test-metapackage
IntegralService Test Metapackage
Installs: 1 961
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 1
Type:metapackage
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: 2024-12-29 05:27:23 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.