respect-validation/tests/unit/Exceptions
Henrique Moody 688fbde552
Make PHPUnit tests final
Whenever is possible it is better to declare our classes as final. The
PHPUnit tests should not be extended, therefore there is no reason for
them to not be final.

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
2019-02-09 14:32:12 +01:00
..
CheckExceptionsTest.php Make PHPUnit tests final 2019-02-09 14:32:12 +01:00
NestedValidationExceptionTest.php Make PHPUnit tests final 2019-02-09 14:32:12 +01:00
ValidationExceptionTest.php Apply "Generic.NamingConventions.CamelCapsFunctionName" 2019-02-09 14:07:52 +01:00