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 phpunit-bridge specific annotations #3719

Merged
merged 1 commit into from
Nov 7, 2019

Conversation

greg0ire
Copy link
Member

@greg0ire greg0ire commented Nov 6, 2019

Q A
Type pedantic
BC Break no
Fixed issues n/a

Summary

The phpunit-bridge has been removed in #3643, so these no longer serve
any purpose. The tests themselves are kept since they check that there
is no crash when using an unknown option, and do not need a phpunit
assertion to do so.

The phpunit-bridge has been removed in doctrine#3643, so these no longer serve
any purpose. The tests themselves are kept since they check that there
is no crash when using an unknown option, and do not need a phpunit
assertion to do so.
@Ocramius Ocramius self-assigned this Nov 7, 2019
@Ocramius Ocramius added this to the 3.0.0 milestone Nov 7, 2019
@Ocramius Ocramius merged commit 186f0c7 into doctrine:master Nov 7, 2019
@greg0ire greg0ire deleted the remove-phpunit-bridge-remnants branch November 7, 2019 08:48
@@ -28,10 +28,6 @@ protected function setUp() : void
$this->connection->getSchemaManager()->dropAndCreateTable($table);
}

/**
* @group legacy
Copy link
Member

Choose a reason for hiding this comment

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

@group is from PHPUnit, though.

Copy link
Member Author

Choose a reason for hiding this comment

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

Yeah, but legacy isn't.

Copy link
Member

Choose a reason for hiding this comment

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

I thought we were using that group to identify the tests we were going to drop eventually because of legacy 😆

Copy link
Member Author

Choose a reason for hiding this comment

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

Wouldn't be a bad idea, but right now I bet it's far from being exhaustive :P

@morozov morozov removed this from the 4.0.0 milestone Nov 17, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 26, 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.

4 participants