Skip to content

Commit

Permalink
Merge pull request #148 from cakephp/issue-146
Browse files Browse the repository at this point in the history
Generate one row by default.
  • Loading branch information
bcrowe committed Aug 14, 2015
2 parents f623986 + 4585e64 commit 8bed054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Shell/Task/FixtureTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function getOptionParser()
])->addOption('count', [
'help' => 'When using generated data, the number of records to include in the fixture(s).',
'short' => 'n',
'default' => 10
'default' => 1
])->addOption('schema', [
'help' => 'Create a fixture that imports schema, instead of dumping a schema snapshot into the fixture.',
'short' => 's',
Expand Down

0 comments on commit 8bed054

Please sign in to comment.