-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Migrate DB queries to CSV assertions in the functional tests (#…
…998) This makes the corresponding test a lot more concise and easier to read.
- Loading branch information
1 parent
f604ec2
commit d15bd07
Showing
2 changed files
with
4 additions
and
10 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
Tests/Functional/Domain/Repository/Fixtures/Product/PersistedTea.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 @@ | ||
"tx_tea_domain_model_product_tea" | ||
,"uid","title" | ||
,1,"Godesberger Burgtee" |
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