Skip to content

Commit 6550cdd

Browse files
committed
fix tests
1 parent 83bed05 commit 6550cdd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Tests/Command/DebugCommandTest.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)