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

Switching data providers to static #1061

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

liketomove
Copy link

This PR fixes issue #978 from @garak

@@ -39,3 +39,5 @@ clover.xml
###> custom ###
.stylelintcache
###< custom ###

Copy link
Member

Choose a reason for hiding this comment

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

Please revert this change.
Specific files/dirs to ignore should be placed in a global .gitignore file, not a project one.

Copy link
Member

Choose a reason for hiding this comment

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

gentle bump

['0.1.0-alpha1', 'alpha'],
['0.1.0-alpha', 'alpha'],
];
yield ['1.0.0', 'stable'];
Copy link
Member

Choose a reason for hiding this comment

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

I don't see much benefit in converting this to a Generator.
There's not performance gain, since PHPUnit needs to get all values in advance

@garak
Copy link
Member

garak commented Sep 6, 2024

any news?

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