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>
This commit is contained in:
Henrique Moody 2019-02-09 14:31:56 +01:00
commit 688fbde552
No known key found for this signature in database
GPG key ID: 221E9281655813A6
36 changed files with 36 additions and 36 deletions

View file

@ -22,7 +22,7 @@ use Respect\Validation\Test\TestCase;
* @author Gabriel Caruso <carusogabriel34@gmail.com>
* @author Henrique Moody <henriquemoody@gmail.com>
*/
class NestedValidationExceptionTest extends TestCase
final class NestedValidationExceptionTest extends TestCase
{
/**
* @test