Releases: hrodic/php-integration-testing
Releases · hrodic/php-integration-testing
v1.0 release
v1.0.0-rc.2
Changelog
Fixes
- Increased unit coverage
- Partial PDO or AMQP configuration bugfix
v1.0.0-rc.1
Changelog
New features
- Added support for AMQP (Tested on RabbitMQ)
- Message publishing and Queue purging on all four hooks (before first, before, after and after last tests)
v1.0.0-beta.2
Changelog
Breaking changes
In order to make extension configuration and features more extensible:
- Extension class changed to IntegrationTesting\PHPUnit\Runner\Extension\Handler
- Configuration under PHPUnit xml file simplified.
- Added a configuration file .integration-testing.json to configure the extension
v1.0.0-beta.1
Changelog
New features
- PDO databases support (tested on MariaDB)