-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
use the clock mock for progress indicator tests #18200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
xabbuh
commented
Mar 16, 2016
Q | A |
---|---|
Branch? | 3.0 |
Bug fix? | yes |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | #15617 (comment) |
License | MIT |
Doc PR |
@@ -11,7 +11,7 @@ | |||
*/ | |||
|
|||
// Please update when phpunit needs to be reinstalled with fresh deps: | |||
// Cache-Id-Version: 2016-03-16 15:36 UTC | |||
// Cache-Id-Version: 2016-03-16 16:33 UTC |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
no need to change, the cached one is good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought this is necessary every time we change the PHPUnit configuration file, isn't it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it's required when you need to force a reload of phpunit or any of its dependencies, not the case here
failure on AppVeyor is unrelated |
a60f28f
to
dbde648
Compare
👍 |
Thank you @xabbuh. |
This PR was merged into the 3.0 branch. Discussion ---------- use the clock mock for progress indicator tests | Q | A | ------------- | --- | Branch? | 3.0 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #15617 (comment) | License | MIT | Doc PR | Commits ------- dbde648 use the clock mock for progress indicator tests
…s (xabbuh) This PR was merged into the 2.8 branch. Discussion ---------- [Console] use the clock mock for progress indicator tests | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #18200 | License | MIT | Doc PR | Unfortunately, I opened #18200 for the wrong branch. Commits ------- 584b752 use the clock mock for progress indicator tests