File tree 5 files changed +15
-1
lines changed
5 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 4
4
bootstrap =" vendor/autoload.php"
5
5
colors =" true"
6
6
executionOrder =" depends,defects"
7
- forceCoversAnnotation =" false "
7
+ forceCoversAnnotation =" true "
8
8
beStrictAboutCoversAnnotation =" true"
9
9
beStrictAboutOutputDuringTests =" true"
10
10
beStrictAboutTodoAnnotatedTests =" true"
Original file line number Diff line number Diff line change 29
29
use Symfony \Component \Validator \Exception \UnexpectedTypeException ;
30
30
use Symfony \Component \Validator \Test \ConstraintValidatorTestCase ;
31
31
32
+ /**
33
+ * @covers \DarkWebDesign\SymfonyAddonConstraints\BsnValidator
34
+ */
32
35
class BsnValidatorTest extends ConstraintValidatorTestCase
33
36
{
34
37
protected function createValidator (): BsnValidator
Original file line number Diff line number Diff line change 28
28
use Symfony \Component \Validator \Exception \ConstraintDefinitionException ;
29
29
use Symfony \Component \Validator \Exception \MissingOptionsException ;
30
30
31
+ /**
32
+ * @covers \DarkWebDesign\SymfonyAddonConstraints\Collection
33
+ */
31
34
class CollectionTest extends TestCase
32
35
{
33
36
public function testConstruct (): void
Original file line number Diff line number Diff line change 29
29
use Symfony \Component \Validator \Exception \UnexpectedTypeException ;
30
30
use Symfony \Component \Validator \Test \ConstraintValidatorTestCase ;
31
31
32
+ /**
33
+ * @covers \DarkWebDesign\SymfonyAddonConstraints\CollectionValidator
34
+ *
35
+ * @uses \DarkWebDesign\SymfonyAddonConstraints\Collection
36
+ */
32
37
class CollectionValidatorTest extends ConstraintValidatorTestCase
33
38
{
34
39
protected function createValidator (): CollectionValidator
Original file line number Diff line number Diff line change 29
29
use Symfony \Component \Validator \Exception \UnexpectedTypeException ;
30
30
use Symfony \Component \Validator \Test \ConstraintValidatorTestCase ;
31
31
32
+ /**
33
+ * @covers \DarkWebDesign\SymfonyAddonConstraints\JsonValidator
34
+ */
32
35
class JsonValidatorTest extends ConstraintValidatorTestCase
33
36
{
34
37
protected function createValidator (): JsonValidator
You can’t perform that action at this time.
0 commit comments