ampproject / px-toolbox-php

Apache License 2.0
8 stars 4 forks source link

Add missing tests for exceptions #5

Closed schlessera closed 2 years ago

schlessera commented 2 years ago

Feature Description

Some exception classes don't have unit tests yet.

As these classes would only be used in exceptional cases, they run the risk of not working as expected without us noticing. Therefore, you should ensure every single exception class comes with a basic unit test to ensure message generation works correctly and the exception can be instantiated.