Live blogging from SymfonyLive London 2019

This commit is contained in:
Oliver Davies 2019-09-13 09:47:55 +01:00
parent ab3eaf5a6d
commit 784e306569

View file

@ -15,7 +15,7 @@ Inspired by [Matt Stauffer](https://twitter.com/stauffermatt)'s [live blogging o
* How we grow the Symfony ecosystem. Built abstracts. * How we grow the Symfony ecosystem. Built abstracts.
* HttpFoundation, HttpKernel * HttpFoundation, HttpKernel
* Moved to infrastructure * Moved to infrastructure
* A few abstractions on top of PHP. Improved versions of PHP functions (`dump`) * A few abstractions on top of PHP. Improved versions of PHP functions (`dump` and `var_dump`)
* Started a add higher level abstractions (e.g. Mailer), built on the lower ones. * Started a add higher level abstractions (e.g. Mailer), built on the lower ones.
* Recently worked on PHPUnit assertions. Mailer in Symony 4.4. Can test if an email is sent or queued * Recently worked on PHPUnit assertions. Mailer in Symony 4.4. Can test if an email is sent or queued