We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85d46f commit 0e893ceCopy full SHA for 0e893ce
Tests/Constraints/CallbackValidatorTest.php
@@ -246,7 +246,6 @@ public function testPayloadIsPassedToCallback()
246
$constraint = new Callback(callback: $callback, payload: 'Hello world!');
247
$this->validator->validate($object, $constraint);
248
$this->assertEquals('Hello world!', $payloadCopy);
249
- $payloadCopy = 'Replace me!';
250
251
$payloadCopy = 'Replace me!';
252
$constraint = new Callback([
0 commit comments