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

Remove AbstractPlatform::getName() #4763

Merged
merged 2 commits into from
Aug 27, 2021

Conversation

morozov
Copy link
Member

@morozov morozov commented Aug 27, 2021

Q A
Type improvement
BC Break yes

See #4755.

public function testHasCorrectPlatformName(): void
{
self::assertEquals('db2', $this->platform->getName());
}
Copy link
Member

Choose a reason for hiding this comment

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

You know something is up when you end up writing such tests

Copy link
Member Author

Choose a reason for hiding this comment

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

Must have been one of us who aim at higher code coverage.

Copy link
Member

Choose a reason for hiding this comment

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

Luckily they did not do it for all platforms so… +0.41% 🎉

@morozov morozov merged commit 8a9141e into doctrine:4.0.x Aug 27, 2021
@morozov morozov deleted the remove-platform-get-name branch August 27, 2021 19:29
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants