Laracon DB
Laracon DB
Florian Engelhardt
Has spoken at:
And has done the following talks:
Growing the PHP Core — One Test at a Time (2021)

The talk focuses on contributing to PHP core by writing tests. The speaker shares his experience writing PHPUnit tests for PHP core functionality, explaining the PHPT test format, challenges with testing PHP's internal behaviors, and the benefits of contributing tests to the PHP project. He walks through a specific example of testing the setlib output compression functionality and discusses lessons learned about PHP internals like copy-on-write behavior for superglobals.