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

[CI] Drop fixture checks, that are now covered by static reflection #5831

Merged
merged 4 commits into from
Mar 13, 2021

Conversation

TomasVotruba
Copy link
Member

@TomasVotruba TomasVotruba commented Mar 13, 2021

After #5665, each fixture file is parsed as unique per-test file content.
Before we needed unique fixture, to avoid autoloading crashes. Now the static reflection removes this problem.

It was useful in time before though 👍 cc @samsonasik

@TomasVotruba TomasVotruba changed the title fixture naming drop 2 [CI] Drop fixture naming Mar 13, 2021
@TomasVotruba TomasVotruba changed the title [CI] Drop fixture naming [CI] Drop fixture command, that are now covered by static reflection Mar 13, 2021
@TomasVotruba TomasVotruba changed the title [CI] Drop fixture command, that are now covered by static reflection [CI] Drop fixture checks, that are now covered by static reflection Mar 13, 2021
@TomasVotruba TomasVotruba force-pushed the fixture-naming-drop-2 branch from 832d230 to 82fec5a Compare March 13, 2021 10:35
@@ -36,7 +36,7 @@ use PhpParser\Node;
use PhpParser\Node\Expr\Array_;
use PhpParser\Node\Stmt\Nop;

final class ImproveNullable
final class DoubleCallArray
Copy link
Member Author

Choose a reason for hiding this comment

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

This class is now duplicated, but tests still work

@samsonasik
Copy link
Member

@TomasVotruba Thank you 👍

@TomasVotruba TomasVotruba merged commit ab1154f into main Mar 13, 2021
@TomasVotruba TomasVotruba deleted the fixture-naming-drop-2 branch March 13, 2021 10:47
TomasVotruba added a commit that referenced this pull request Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants