PHP + PHPUnit: Don’t catch \Exception – because you don’t handle them properly
We implemented a payment extension for Montonio for Shopware 6 and while incorporating the feedback from the first Shopware code review I stumbled upon a weird bug in our unit test suite. It turns out the error I saw was not the error which happened. The problem For the payment extension we add a couple […]