mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 07:15:45 +01:00
Enforce the use of "@covers" annotation
Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
This commit is contained in:
parent
e044e4b16e
commit
fd2bae7352
11 changed files with 30 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ namespace Respect\Validation\Exceptions;
|
|||
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
/**
|
||||
* @covers \Respect\Validation\Exceptions\NestedValidationException
|
||||
*/
|
||||
class NestedValidationExceptionTest extends TestCase
|
||||
{
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue