Symfony Functional test case 1.1.2
This small patch fixes an issue that arises in Symfony 5.3+, where the command tester fails with this error: Cannot retrieve the container from a non-booted kernel.
This small patch fixes an issue that arises in Symfony 5.3+, where the command tester fails with this error: Cannot retrieve the container from a non-booted kernel.
This small patch fixes an issue that arises in Symfony 5.3, where the getContainer
method in the parent class was made non-static; the same issue was encountered and resolved in the upstream project.
This last small patch had to be rushed out due to a deprecation in Composer 2.0.14. This was triggering failures downstream, like in the Sentry SDK CI.
Talk presented at
SFDay @ 127.0.0.1 (Online)
Slides available
See talk comments on Joind.in.
Scrivere API è il pane quotidiano di noi sviluppatori web: ormai sono il tassello fondamentale che non manca mai, da colonna portante dei frontend a meccanismo di comunicazione indispensabile tra applicazioni differenti.
Ma come possiamo semplificare lo sviluppo di una API e comunicare con l’esterno come questa API funziona?
This small patch is just to allow a dependency bump for end users.