Skip to content

Releases: hrodic/php-integration-testing

v1.0 release

14 Jul 09:08
a5b5837
Compare
Choose a tag to compare

PDO or AMQP configurations are optional

v1.0.0-rc.2

29 Apr 16:56
c650ccf
Compare
Choose a tag to compare

Changelog

Fixes

  • Increased unit coverage
  • Partial PDO or AMQP configuration bugfix

v1.0.0-rc.1

25 Apr 19:33
0592dd4
Compare
Choose a tag to compare

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

25 Apr 11:47
8d96998
Compare
Choose a tag to compare

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

23 Apr 13:20
36389e0
Compare
Choose a tag to compare

Changelog

New features

  • PDO databases support (tested on MariaDB)