-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Migrate the testing fixtures to CSV (#408)
Fixes #200
- Loading branch information
1 parent
37668f4
commit f4a00e0
Showing
18 changed files
with
61 additions
and
147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
"pages" | ||
,"uid" | ||
,1 |
This file was deleted.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
Tests/Functional/Domain/Repository/Fixtures/UserGroupOnPage.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
"fe_groups" | ||
,"uid","pid","title","description" | ||
,1,1,"editors","We build websites!" |
9 changes: 0 additions & 9 deletions
9
Tests/Functional/Domain/Repository/Fixtures/UserGroupOnPage.xml
This file was deleted.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
Tests/Functional/Domain/Repository/Fixtures/UserGroupWithAllScalarData.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
"fe_groups" | ||
,"uid","crdate","tstamp","title","description" | ||
,1,1546300800,1672531200,"editors","We build websites!" |
10 changes: 0 additions & 10 deletions
10
Tests/Functional/Domain/Repository/Fixtures/UserGroupWithAllScalarData.xml
This file was deleted.
Oops, something went wrong.
5 changes: 5 additions & 0 deletions
5
Tests/Functional/Domain/Repository/Fixtures/UserGroupWithTwoSubgroups.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
"fe_groups" | ||
,"uid","subgroup" | ||
,1,"2,3" | ||
,2,"" | ||
,3,"" |
13 changes: 0 additions & 13 deletions
13
Tests/Functional/Domain/Repository/Fixtures/UserGroupWithTwoSubgroups.xml
This file was deleted.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
Tests/Functional/Domain/Repository/Fixtures/UserWithAllScalarData.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
"fe_users" | ||
,"uid","crdate","tstamp","username","password","usergroup","name","first_name","middle_name","last_name","address","telephone","email","title","zip","city","country","www","company","image","lastlogin","zone","privacy","full_salutation","gender","date_of_birth","status","comments" | ||
,1,1546300800,1672531200,"max","luif3ui4t12","","Max M. Minimau","Max","Murri","Minimau","Near the heating 4","+49 1111 1233456-78","[email protected]","Head of fur","01234","Kattingen","United States of CAT","www.example.com","Cat Scans Inc.","",1648922400,"NRW",1,"Welcome, Max MM!",2,1648857600,2,"Here we go!" |
33 changes: 0 additions & 33 deletions
33
Tests/Functional/Domain/Repository/Fixtures/UserWithAllScalarData.xml
This file was deleted.
Oops, something went wrong.
3 changes: 3 additions & 0 deletions
3
Tests/Functional/Domain/Repository/Fixtures/UserWithEmptyUsername.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
"fe_users" | ||
,"uid","username" | ||
,1,"" |
7 changes: 0 additions & 7 deletions
7
Tests/Functional/Domain/Repository/Fixtures/UserWithEmptyUsername.xml
This file was deleted.
Oops, something went wrong.
15 changes: 15 additions & 0 deletions
15
Tests/Functional/Domain/Repository/Fixtures/UserWithImage.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
"fe_users" | ||
,"uid","image" | ||
,1,1 | ||
|
||
"sys_file" | ||
,"uid","storage","type","folder_hash","identifier","identifier_hash","name","extension","mime_type" | ||
,5,1,0,"42099b4af021e53fd8fd4e056c2568d7c2e3ffa8","/model.jpg","7e53a1ace84baf4fb1708ba6aa29c85b2a9ec904","model.jpg","jpg","image/jpeg" | ||
|
||
"sys_file_metadata" | ||
,"uid","file","title","l10n_diffsource" | ||
,1,5,"model image","" | ||
|
||
"sys_file_reference" | ||
,"uid","uid_local","uid_foreign","tablenames","fieldname" | ||
,1,5,1,"fe_users","image" |
37 changes: 0 additions & 37 deletions
37
Tests/Functional/Domain/Repository/Fixtures/UserWithImage.xml
This file was deleted.
Oops, something went wrong.
8 changes: 8 additions & 0 deletions
8
Tests/Functional/Domain/Repository/Fixtures/UserWithTwoGroups.csv
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
"fe_users" | ||
,"uid","username","usergroup" | ||
,1,"max","1,2" | ||
|
||
"fe_groups" | ||
,"uid" | ||
,1 | ||
,2 |
14 changes: 0 additions & 14 deletions
14
Tests/Functional/Domain/Repository/Fixtures/UserWithTwoGroups.xml
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters