@@ -68,14 +68,18 @@ public function testOutputWithClassArgument(): void
68
68
Validation information for class "Symfony\Component\Validator\Tests\Dummy\DummyClassOne"
69
69
========================================================================================
70
70
71
- +---------------+--------------------------------------------------+---------+----------------------------------------------------------------------------------+
72
- | Property | Name | Groups | Options |
73
- +---------------+--------------------------------------------------+---------+----------------------------------------------------------------------------------+
74
- | firstArgument | Symfony\Component\Validator\Constraints\NotBlank | Default | {"message":"This value should not be blank.","allowNull":false,"normalizer":null |
75
- | | | | ,"payload":null} |
76
- | firstArgument | Symfony\Component\Validator\Constraints\Email | Default | {"message":"This value is not a valid email address.","mode":null,"normalizer":n |
77
- | | | | ull,"payload":null} |
78
- +---------------+--------------------------------------------------+---------+----------------------------------------------------------------------------------+
71
+ +---------------+--------------------------------------------------+---------+---------------------------------------------------+
72
+ | Property | Name | Groups | Options |
73
+ +---------------+--------------------------------------------------+---------+---------------------------------------------------+
74
+ | firstArgument | Symfony\Component\Validator\Constraints\NotBlank | Default | message: This value should not be blank. |
75
+ | | | | allowNull: null |
76
+ | | | | normalizer: null |
77
+ | | | | payload: null |
78
+ | firstArgument | Symfony\Component\Validator\Constraints\Email | Default | message: This value is not a valid email address. |
79
+ | | | | mode: null |
80
+ | | | | normalizer: null |
81
+ | | | | payload: null |
82
+ +---------------+--------------------------------------------------+---------+---------------------------------------------------+
79
83
80
84
TXT
81
85
, $ tester ->getDisplay (true )
@@ -86,7 +90,6 @@ public function testOutputWithPathArgument(): void
86
90
{
87
91
$ validator = $ this ->createMock (ValidatorInterface::class);
88
92
$ classMetadata = $ this ->createMock (ClassMetadataInterface::class);
89
- $ secondClassMetadata = $ this ->createMock (ClassMetadataInterface::class);
90
93
$ propertyMetadata = $ this ->createMock (PropertyMetadataInterface::class);
91
94
92
95
$ validator
@@ -122,26 +125,34 @@ public function testOutputWithPathArgument(): void
122
125
Validation information for class "Symfony\Component\Validator\Tests\Dummy\DummyClassOne"
123
126
========================================================================================
124
127
125
- +---------------+--------------------------------------------------+---------+----------------------------------------------------------------------------------+
126
- | Property | Name | Groups | Options |
127
- +---------------+--------------------------------------------------+---------+----------------------------------------------------------------------------------+
128
- | firstArgument | Symfony\Component\Validator\Constraints\NotBlank | Default | {"message":"This value should not be blank.","allowNull":false,"normalizer":null |
129
- | | | | ,"payload":null} |
130
- | firstArgument | Symfony\Component\Validator\Constraints\Email | Default | {"message":"This value is not a valid email address.","mode":null,"normalizer":n |
131
- | | | | ull,"payload":null} |
132
- +---------------+--------------------------------------------------+---------+----------------------------------------------------------------------------------+
128
+ +---------------+--------------------------------------------------+---------+---------------------------------------------------+
129
+ | Property | Name | Groups | Options |
130
+ +---------------+--------------------------------------------------+---------+---------------------------------------------------+
131
+ | firstArgument | Symfony\Component\Validator\Constraints\NotBlank | Default | message: This value should not be blank. |
132
+ | | | | allowNull: null |
133
+ | | | | normalizer: null |
134
+ | | | | payload: null |
135
+ | firstArgument | Symfony\Component\Validator\Constraints\Email | Default | message: This value is not a valid email address. |
136
+ | | | | mode: null |
137
+ | | | | normalizer: null |
138
+ | | | | payload: null |
139
+ +---------------+--------------------------------------------------+---------+---------------------------------------------------+
133
140
134
141
Validation information for class "Symfony\Component\Validator\Tests\Dummy\DummyClassTwo"
135
142
========================================================================================
136
143
137
- +---------------+--------------------------------------------------+---------+----------------------------------------------------------------------------------+
138
- | Property | Name | Groups | Options |
139
- +---------------+--------------------------------------------------+---------+----------------------------------------------------------------------------------+
140
- | firstArgument | Symfony\Component\Validator\Constraints\NotBlank | Default | {"message":"This value should not be blank.","allowNull":false,"normalizer":null |
141
- | | | | ,"payload":null} |
142
- | firstArgument | Symfony\Component\Validator\Constraints\Email | Default | {"message":"This value is not a valid email address.","mode":null,"normalizer":n |
143
- | | | | ull,"payload":null} |
144
- +---------------+--------------------------------------------------+---------+----------------------------------------------------------------------------------+
144
+ +---------------+--------------------------------------------------+---------+---------------------------------------------------+
145
+ | Property | Name | Groups | Options |
146
+ +---------------+--------------------------------------------------+---------+---------------------------------------------------+
147
+ | firstArgument | Symfony\Component\Validator\Constraints\NotBlank | Default | message: This value should not be blank. |
148
+ | | | | allowNull: null |
149
+ | | | | normalizer: null |
150
+ | | | | payload: null |
151
+ | firstArgument | Symfony\Component\Validator\Constraints\Email | Default | message: This value is not a valid email address. |
152
+ | | | | mode: null |
153
+ | | | | normalizer: null |
154
+ | | | | payload: null |
155
+ +---------------+--------------------------------------------------+---------+---------------------------------------------------+
145
156
146
157
TXT
147
158
, $ tester ->getDisplay (true )
0 commit comments