-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Config] Fix checking class existence freshness #23755
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
nicolas-grekas
commented
Aug 2, 2017
Q | A |
---|---|
Branch? | 3.3 |
Bug fix? | yes |
New feature? | no |
BC breaks? | no |
Deprecations? | no |
Tests pass? | yes |
Fixed tickets | #23753 |
License | MIT |
Doc PR | - |
042a293
to
6630549
Compare
The fix works for me. |
@@ -74,6 +75,22 @@ public function testExistsKo() | |||
} | |||
} | |||
|
|||
public function testBarParentWithTimestamp() |
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.
Shouldn't Bar
be Bad
in regards to the class name itself, BadParent
?
Same goes for line 88.
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.
good catch, fixed
6630549
to
a63ab77
Compare
Thank you @nicolas-grekas. |
…rekas) This PR was merged into the 3.3 branch. Discussion ---------- [Config] Fix checking class existence freshness | Q | A | ------------- | --- | Branch? | 3.3 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #23753 | License | MIT | Doc PR | - Commits ------- a63ab77 [Config] Fix checking class existence freshness
@nicolas-grekas @fabpot Can we tag a new release with this fix ? it seems important to me. |