Enforce the use of "@covers" annotation

Signed-off-by: Henrique Moody <henriquemoody@gmail.com>
This commit is contained in:
Henrique Moody 2018-07-23 21:37:38 +02:00
commit fd2bae7352
No known key found for this signature in database
GPG key ID: 221E9281655813A6
11 changed files with 30 additions and 0 deletions

View file

@ -15,6 +15,9 @@ namespace Respect\Validation\Exceptions;
use PHPUnit\Framework\TestCase;
/**
* @covers \Respect\Validation\Exceptions\NestedValidationException
*/
class NestedValidationExceptionTest extends TestCase
{
/**