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 94a9c54 commit 6922fc0Copy full SHA for 6922fc0
test/CliMenuTest.php
@@ -510,7 +510,6 @@ public function testAddCustomControlMappingsThrowsExceptionWhenAttemptingToOverw
510
511
public function testAddCustomControlMappings() : void
512
{
513
- $first = true;
514
$this->terminal->expects($this->any())
515
->method('read')
516
->willReturn('c', 'x');
@@ -531,7 +530,6 @@ public function testAddCustomControlMappings() : void
531
530
$menu->open();
532
static::assertStringEqualsFile($this->getTestFile(), $this->output->fetch());
533
534
- $first = false;
535
536
537
}
0 commit comments