Using non-breakable spaces in test method names
Summary
The article advocates using non-breaking spaces in PHP test method names to improve readability, arguing it can make tests read like sentences. It provides examples, discusses PSR-2 conflicts, and shares practical notes on tooling, collaboration, and when this approach might be appropriate for small projects or open source work.