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 543a630 commit ba33b8bCopy full SHA for ba33b8b
1 file changed
Test/Unit/Console/Command/KillJobTest.php
@@ -238,16 +238,7 @@ public function testExecuteWithPartialKillFailures()
238
239
$this->mockScheduleManagement->expects($this->exactly($numOfSchedules))
240
->method('kill')
241
- ->withConsecutive(
242
- [
243
- $this->isType('int'),
244
- $this->isType('int')
245
- ],
246
247
248
249
- ]
250
- )->willReturnOnConsecutiveCalls(false, true);
+ ->willReturnOnConsecutiveCalls(false, true);
251
252
$commandTester = new CommandTester($this->command);
253
$resultCode = $commandTester->execute(
0 commit comments