We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently you can only have 1 fixture per table per file ie would be nice to define multiple fixtures for tables per file. ie
--- customer: - id_customer: 1 email: [email protected] first_name: Clark last_name: Kent password: $2y$14$GtiB0uhr5ptz2BAfC7xMwO2.lqrcryWj09lkvx0YlehoaIVxlDaVq is_testaccount: 1 fk_language: 1 newsletter_subscription: - fk_customer: 1 email: [email protected] unsubscribe_key: d71fe2bf979e1fecf54e98ced3fe5bb5 status: subscribed custom_fields: '' - email: [email protected] unsubscribe_key: a1ed93f0dc7ae7fb25eecd09cf5fd186 status: subscribed custom_fields: ''
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently you can only have 1 fixture per table per file ie would be nice to define multiple fixtures for tables per file. ie
The text was updated successfully, but these errors were encountered: