Skip to content

Commit 12be0e8

Browse files
committed
[test] ProgressOutputNodeProcessorTest
1 parent 2b00a4a commit 12be0e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Unit/NodeProcessor/ProgressOutputNodeProcessorTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,8 @@ public function testOpenFile(): void
7777
$nodeProcessor->setOutput($this->getOutputMock());
7878
$nodeProcessor->openFile();
7979
self::assertInstanceOf(ProgressBar::class, $this->progressBarProperty->getValue($nodeProcessor));
80-
81-
self::markTestIncomplete('ToDo: $this->progressBar->finish()');
80+
$nodeProcessor->openFile();
81+
self::assertInstanceOf(ProgressBar::class, $this->progressBarProperty->getValue($nodeProcessor));
8282
}
8383

8484
public function testOpenElement(): void

0 commit comments

Comments
 (0)