Backport 3.x limit of fixture data generation.

This commit is contained in:
Mark Scherer 2015-09-13 13:12:53 +02:00
parent e8ce841ffb
commit 450a544eb4

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',