@@ -80,6 +80,7 @@ public function testOutputWithClassArgument()
8080| - | Symfony\Component\Validator\Constraints\Expression | Default | [ |
8181| | | | "expression" => "1 + 1 = 2", |
8282| | | | "message" => "This value is not valid.", |
83+ | | | | "negate" => true, |
8384| | | | "payload" => null, |
8485| | | | "values" => [] |
8586| | | | ] |
@@ -152,6 +153,7 @@ public function testOutputWithPathArgument()
152153| - | Symfony\Component\Validator\Constraints\Expression | Default | [ |
153154| | | | "expression" => "1 + 1 = 2", |
154155| | | | "message" => "This value is not valid.", |
156+ | | | | "negate" => true, |
155157| | | | "payload" => null, |
156158| | | | "values" => [] |
157159| | | | ] |
@@ -178,6 +180,7 @@ public function testOutputWithPathArgument()
178180| - | Symfony\Component\Validator\Constraints\Expression | Default | [ |
179181| | | | "expression" => "1 + 1 = 2", |
180182| | | | "message" => "This value is not valid.", |
183+ | | | | "negate" => true, |
181184| | | | "payload" => null, |
182185| | | | "values" => [] |
183186| | | | ] |
0 commit comments