Post #905616
2026-04-03 06:17 UTC
I just released #PHPUnit 13.1.
As always when I publish a new release, I feel the weight of maintainership on my shoulders.
Because I know that every new version of PHPUnit gets installed hundreds or thousands of times within minutes, and millions of people rely on it to test their software reliably.
Replies (2)
-
@sebastian@phpc.social 2026-04-03 06:18
And even though I am always very careful, personally review every change in PHPUnit, and run extensive automated tests, both static and dynamic, there is always a bit of fear that I got something wrong. Something that becomes a problem for others.
-
@danielsiepmann@friendica.daniel-siepmann.de 2026-04-03 15:35
@sebastian@phpc.social But many developers are just happy and won't complain if anything would fail I guess. Thanks for all the great work.