Skip to content

Commit 9304cfd

Browse files
committed
Fix tests
According to the recent changes in the base Command class
1 parent 8708379 commit 9304cfd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/ConsoleMutex/MutexTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ protected function setUp(): void
2222
parent::setUp();
2323

2424
$this->command = mock(GenericCommand::class)->makePartial();
25+
$this->command->expects()->getName()->andReturn('icm:generic');
2526
$this->command->expects()->argument()->andReturn(['foo' => 'bar']);
2627
}
2728

0 commit comments

Comments
 (0)