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

Skip to content

Commit 6419194

Browse files
committed
Merge pull request symfony#514 from wujashek/master
LoadDataFixturesDoctrineCommand seems to not support file path as fixtures option
2 parents b50e6da + 647dfe9 commit 6419194

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/doctrine/doctrine_fixtures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ the ``FixtureInterface``.
139139
Both commands come with a few options:
140140

141141
* ``--fixtures=/path/to/fixture`` - Use this option to manually specify the
142-
directory or file where the fixtures classes should be loaded;
142+
directory where the fixtures classes should be loaded;
143143

144144
* ``--append`` - Use this flag to append data instead of deleting data before
145145
loading it (deleting first is the default behavior);

0 commit comments

Comments
 (0)