rectorphp / rector-pest

MIT License
10 stars 2 forks source link

Add rector for sentence casing test names #5

Open olivernybroe opened 1 year ago

olivernybroe commented 1 year ago

Convert test names which are not sentence case to sentence casing

- it('is_very_cool', function() {
+ it('is very cool', function() {
})