SmokeTesting
SmokeTesting copied to clipboard
PHPUnit 9.5 is ubiquitous -- it's installed by default on with symfony new --webapp. So a lot of projects still use it, and it's tied to simple-phpunit, which inject some...
I'm trying to disable the profiler when generating the functional tests. According to https://symfony.com/doc/current/profiler.html, the profiler service should be available via autowiring, but I keep getting an error. ```php #[AsCommand('generate:smoke',...
I've been playing around with the functional test generator and phpunit 10+ with php 8 (attributes), where we can use with TestWith attribute. The code is much smaller. ```php namespace...