Skip to content
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

Normalize assert calls in tests #2477

Merged
merged 1 commit into from
Oct 10, 2022

Conversation

hunomina
Copy link
Contributor

Some unusual calls were forgotten in the preview PR

Q A
Type improvement
BC Break no
Fixed issues #2441

Summary

Normalizes assert*() calls in tests

@hunomina hunomina force-pushed the normalize-assert-calls-in-tests-2 branch 2 times, most recently from 3104344 to 2062a66 Compare October 10, 2022 12:47
.idea/.gitignore Outdated
@@ -0,0 +1,8 @@
# Default ignored files
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please remove the .idea files from the PR? Usually it's best to keep IDE-specific files excluded from git via a global .gitignore file

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh yeah absolutely, my last (forced) push didn't go through apparently 😅
I'll fix that 😉
I'll add the idea directory to the .gitignore in a separate commit 😉

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deal is that we don't want to keep IDE-specific files in project's .gitignore either :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done 😉

Copy link
Contributor Author

@hunomina hunomina Oct 10, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh ok, not even in the .gitignore 😮 ?
That's weird but ok whatever 😉
I removed my last commit, the one changing the .gitignore 😉

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, not even in .gitignore. Reasoning is simple: we don't want to have each and every contributor's IDE-specific files listed there 😅 While a lot of folks use JetBrains' IDEs, it's not always the case. The global .gitignore is a file you point your local git to and it adds up to whatever .gitignore is found in projects. Really handy :)

Some unusual calls were forgotten in the preview PR
@hunomina hunomina force-pushed the normalize-assert-calls-in-tests-2 branch 2 times, most recently from 11e2be9 to 7a821c2 Compare October 10, 2022 18:30
@malarzm malarzm added this to the 2.4.3 milestone Oct 10, 2022
@malarzm malarzm added the Task label Oct 10, 2022
@malarzm malarzm merged commit f5c1679 into doctrine:2.4.x Oct 10, 2022
@malarzm
Copy link
Member

malarzm commented Oct 10, 2022

Thanks @hunomina!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants