I used to write test names on PHP like
public function testThatSomethingIsHappeningWhenSomeConditionIsSatisfied(): void {}
And it worked well for me all this time.