Skip to content

Commit

Permalink
Merge pull request #7387 from cakephp/2.7-fixture
Browse files Browse the repository at this point in the history
Backport 3.x limit of fixture data generation.
  • Loading branch information
markstory committed Sep 13, 2015
2 parents e8ce841 + 450a544 commit 4a316b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Console/Command/Task/FixtureTask.php
Expand Up @@ -74,7 +74,7 @@ public function getOptionParser() {
))->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',
Expand Down

0 comments on commit 4a316b1

Please sign in to comment.