Merge pull request #7387 from cakephp/2.7-fixture

Backport 3.x limit of fixture data generation.
This commit is contained in:
Mark Story 2015-09-13 16:14:05 -04:00
commit 4a316b158e

View file

@ -74,7 +74,7 @@ class FixtureTask extends BakeTask {
))->addOption('count', array(
'help' => __d('cake_console', 'When using generated data, the number of records to include in the fixture(s).'),
'short' => 'n',
'default' => 10
'default' => 1
))->addOption('connection', array(
'help' => __d('cake_console', 'Which database configuration to use for baking.'),
'short' => 'c',