mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-10-19 07:16:13 +02:00
tea/Tests/Functional/Domain/Repository/Fixtures/Product/TeaWithImage.csv
Oliver Klee d9718fd054
[TASK] Split up the DB fixtures for the functional tests (#993)
This makes the fixture more minimal and reduces cross-dependencies
between tests.

Also consistently avoid quotes for integer data in CSV DB fixtures.

Fixes #988
2023-11-19 22:36:32 +01:00

7 lines
198 B
Text

"tx_tea_domain_model_product_tea"
,"uid","pid","title","image",
,1,1,"Gunpowder",1
"sys_file_reference"
,"uid","uid_foreign","tablenames","fieldname"
,1,1,"tx_tea_domain_model_product_tea","image"