DDC-205: Evaluate Integration of Test Data Generation #253

Closed
opened 2026-01-22 12:32:25 +01:00 by admin · 1 comment
Owner

Originally created by @doctrinebot on GitHub (Dec 10, 2009).

Originally assigned to: @beberlei on GitHub.

Jira issue originally created by user @beberlei:

Given a database schema, generation of test-data should be pretty simple maybe based on some kind of configuration of a "generator" per field, with default generators based on database types.

This way one could maybe call something like:

doctrine dbal:test-data --create --dsn=<dsn> --config=<testdataconfigfile> --repeat=<N>

To flood your database with test-data.

Originally created by @doctrinebot on GitHub (Dec 10, 2009). Originally assigned to: @beberlei on GitHub. Jira issue originally created by user @beberlei: Given a database schema, generation of test-data should be pretty simple maybe based on some kind of configuration of a "generator" per field, with default generators based on database types. This way one could maybe call something like: ``` doctrine dbal:test-data --create --dsn=<dsn> --config=<testdataconfigfile> --repeat=<N> ``` To flood your database with test-data.
admin added the New Feature label 2026-01-22 12:32:25 +01:00
admin closed this issue 2026-01-22 12:32:26 +01:00
Author
Owner

@doctrinebot commented on GitHub (Dec 19, 2009):

Issue was closed with resolution "Won't Fix"

@doctrinebot commented on GitHub (Dec 19, 2009): Issue was closed with resolution "Won't Fix"
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: doctrine/archived-orm#253