Thanks to visit codestin.com
Credit goes to github.com

Skip to content

LoadDataFixturesDoctrineCommand seems to not support file path as fixtures option #514

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

Merged
merged 1 commit into from
Jul 6, 2011

Conversation

wujashek
Copy link
Contributor

@wujashek wujashek commented Jul 6, 2011

It is very confusing.

The code from command class:

        foreach ($paths as $path) {
            if (is_dir($path)) {
                $loader->loadFromDirectory($path);
            }
        }

weaverryan added a commit that referenced this pull request Jul 6, 2011
LoadDataFixturesDoctrineCommand seems to not support file path as fixtures option
@weaverryan weaverryan merged commit 6419194 into symfony:master Jul 6, 2011
@weaverryan
Copy link
Member

Thanks - I had just noticed this myself this week :).

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