mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:16:12 +02:00

[TASK] Reduce the DB fixtures some more (#1226)

Do not provide the PID where the PID is not relevant to the test.

This allows the reader to see more easily what is relevant for the
test.

Also reduce unnecessary quoting of integers in the DB fixtures.
This commit is contained in:
Oliver Klee 2024-04-15 07:57:18 +02:00 committed by GitHub
parent e9019ddae8
commit 188ca41922
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 14 additions and 14 deletions

View file

@ -1,3 +1,3 @@
"tx_tea_domain_model_tea"
,"uid","pid","title","description","owner"
,1,1,"Earl Grey","Fresh and hot.",2
,"uid","title","description","owner"
,1,"Earl Grey","Fresh and hot.",2

Can't render this file because it has a wrong number of fields in line 2.

View file

@ -1,6 +1,6 @@
"tx_tea_domain_model_tea"
,"uid","pid","title","image",
,1,1,"Gunpowder",1
,"uid","title","image",
,1,"Gunpowder",1
"sys_file_reference"
,"uid","uid_foreign","tablenames","fieldname"

Can't render this file because it contains an unexpected character in line 2 and column 2.

View file

@ -1,3 +1,3 @@
"tx_tea_domain_model_tea"
,"uid","pid","title","owner"
,"1","1","Earl Grey",1
,"uid","title","owner"
,1,"Earl Grey",1

Can't render this file because it has a wrong number of fields in line 2.

View file

@ -1,3 +1,3 @@
"tx_tea_domain_model_tea"
,"uid","pid","title","owner"
,1,1,"Earl Grey",0
,"uid","title","owner"
,1,"Earl Grey",0

Can't render this file because it has a wrong number of fields in line 2.

View file

@ -1,4 +1,4 @@
"tx_tea_domain_model_tea"
,"uid","pid","title","owner"
,1,1,"Earl Grey",1
,2,1,"Assam",1
,"uid","title","owner"
,1,"Earl Grey",1
,2,"Assam",1

Can't render this file because it has a wrong number of fields in line 2.

View file

@ -1,4 +1,4 @@
"tx_tea_domain_model_tea"
,"uid","pid","title"
,1,1,"Earl Grey"
,2,1,"Assam"
,"uid","title"
,1,"Earl Grey"
,2,"Assam"

Can't render this file because it has a wrong number of fields in line 2.