mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 23:35:45 +01:00
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:
parent
4ab037ed87
commit
688fbde552
36 changed files with 36 additions and 36 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue