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
You can install this package with composer :
composer require --dev integralservice/test-metapackage
We are more than pleased to receive pull request if you want to add some functionnalities that can benefit the community.