Ever dreamt of becoming a PHP core contributor but felt overwhelmed by the prospect of creating RFCs, maintaining extensions, or writing C code? Worry no more! In this talk, you'll discover how to make a meaningful impact on the PHP core by writing tests without the need to write C code. Join me for an interactive session where I'll live code a test on stage, demystifying the process and equipping you with essential testing techniques.

Comments

Please login to leave a comment

Chris Jones at 14:46 on 21 May 2025

Excellent.

Loved the talk! I've got the PHP source code repo cloned and am browsing CodeCov. Time to write a test!

Nice talk and demo from Florian! Picked a good example of seemingly-simple, uncovered switch statement in PHP source and showed some of the gotchas and structure to work within when writing a test for it.

Andrew Woods at 20:39 on 21 May 2025

Great talk! I always enjoy talks that touch internals code. It makes me want to contribute to PHP. When I see a talk like this, where it's clearly explained, it makes me think I could.