We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc36bdc commit 288e90eCopy full SHA for 288e90e
pkg/enqueue/Tests/Symfony/Client/SimpleProduceCommandTest.php
@@ -40,10 +40,11 @@ public function testShouldHaveExpectedOptions()
40
$command = new SimpleProduceCommand($this->createProducerMock());
41
42
$options = $command->getDefinition()->getOptions();
43
- $this->assertCount(3, $options);
+ $this->assertCount(4, $options);
44
$this->assertArrayHasKey('client', $options);
45
$this->assertArrayHasKey('topic', $options);
46
$this->assertArrayHasKey('command', $options);
47
+ $this->assertArrayHasKey('header', $options);
48
}
49
50
public function testShouldHaveExpectedAttributes()
0 commit comments