Skip to content

Alexdawn/feature/list option #509

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

Open
wants to merge 2 commits into
base: 4.1.x
Choose a base branch
from

Conversation

alexdawn
Copy link

Sorry If i've missed anything this is my first contribution to a symfony project. I've tried to follow PSR and symfony style guides.

A couple of optional flags, I've needed to help run fixtures on a private project, that should be useful to anyone else trying to see a list of fixtures or debug single fixtures in a project with many many fixtures or multiple entity-managers.

--list shows all the fixtures and any dependencies, groups in a symfony table (respects both group and filter-name filters)
--filter-name allows filtering of fixtures by name in addition to group

closes my feature request #508

@stof
Copy link
Member

stof commented Apr 14, 2025

Listing fixtures should be a separate command instead of being an option on the load command.

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