This repository contains bootstrap files for unit and functional which works in normal and composer installation of shopware.
- Independent of Core PHPUnit version
- Currently mostly plugin developers are using the same PhpUnit version as from core
- Works in the same way across all versions
- Simple setup
Require frosh/shopware-classic-phpunit-bridge
as dev requirement. And set following bootstrap files in your phpunit file
- Unit =>
../vendor/frosh/shopware-classic-phpunit-bridge/src/Bootstrap/Unit/bootstrap.php
- Functional =>
../vendor/frosh/shopware-classic-phpunit-bridge/src/Bootstrap/Functional/bootstrap.php
Checkout FroshProfiler test suite