Skip to content

Commit 6922fc0

Browse files
committed
Remove dead code
1 parent 94a9c54 commit 6922fc0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/CliMenuTest.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,6 @@ public function testAddCustomControlMappingsThrowsExceptionWhenAttemptingToOverw
510510

511511
public function testAddCustomControlMappings() : void
512512
{
513-
$first = true;
514513
$this->terminal->expects($this->any())
515514
->method('read')
516515
->willReturn('c', 'x');
@@ -531,7 +530,6 @@ public function testAddCustomControlMappings() : void
531530
$menu->open();
532531
static::assertStringEqualsFile($this->getTestFile(), $this->output->fetch());
533532

534-
$first = false;
535533
$menu->open();
536534
static::assertStringEqualsFile($this->getTestFile(), $this->output->fetch());
537535
}

0 commit comments

Comments
 (0)