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.
Talk presented at
PHPDay 2020 (Online)
Slides available
See talk comments on Joind.in.
Docker has slowly won the hearth of many developers as a good, flexible and reliable tool to build local environments for web apps, but containers in production were still a myth for a long time.
Now, with the advent of Kubernetes (k8s), deploying (PHP) applications with containers is the new shiny tool, but the huge amount of new concepts and technologies scares a lot of people away.
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.