Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ae3f0de

Browse filesBrowse files
committed
Correct test
1 parent 9c5f211 commit ae3f0de
Copy full SHA for ae3f0de

File tree

Expand file treeCollapse file tree

1 file changed

+0
-10
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+0
-10
lines changed

‎src/Symfony/Component/Console/Tests/Helper/ProgressBarTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Tests/Helper/ProgressBarTest.php
-10Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -116,16 +116,6 @@ public function testRegularTimeEstimationWithDifferentStartAtAndCustomDisplay()
116116
$bar = new ProgressBar($output = $this->getOutputStream(), 1_200, 0);
117117
$bar->setFormat('custom');
118118
$bar->start(1_200, 600);
119-
120-
$bar->advance();
121-
$bar->advance();
122-
123-
sleep(1);
124-
125-
$this->assertEquals(
126-
600.0,
127-
$bar->getEstimated()
128-
);
129119
}
130120

131121
public function testResumedTimeEstimation()

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.