Symfony Functional test case 1.0.0
This is finally the stable release of this forked library, and it only bumps the PHP requirement to PHP 7.2, everything else is the same.
This is finally the stable release of this forked library, and it only bumps the PHP requirement to PHP 7.2, everything else is the same.
This release contains only support for newer versions of PHP & PHPUnit; due to PHPUnit 9.3 requiring a new major version of phpunit/php-code-coverage
, I’m forced to drop support to all PHPUnit versions below 9.3. Usage of Paraunit is unchanged.
This small patch adds support for the upcoming PHP 8.0 release.
This is the first, stable release of this library that I built on top of facile-it/mongodb-bundle
, which allows to use the MongoDB connection provided by the bundle to be used as a Symfony Messenger transport. I build this because I needed the equivalent of the Doctrine transport to store failed messages on a project that didn’t use Doctrine, but our OSS MongoDB bundle.
This small path adds detection for deadlocks during test execution when using PostgreSQL, thanks to an external contributor.