mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Backport 3.x limit of fixture data generation.
This commit is contained in:
parent
e8ce841ffb
commit
450a544eb4
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue