laminas / laminas-view

Flexible view layer supporting and providing multiple view layers, helpers, and more
https://docs.laminas.dev/laminas-view/
BSD 3-Clause "New" or "Revised" License
74 stars 46 forks source link

Gravatar Helper: Reinstates constants for images and ratings #162

Closed gsteel closed 2 years ago

gsteel commented 2 years ago

The previous version of this helper declared constants for default image types and ratings. They have been reinstated, adding ones that didn't exist. Tests have been updated to replace string literals with constants and also the expected strings are escaped to make the expected output easier to read.

Closes #161

Relevant to #158