mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-10-19 11:16:12 +02:00
tea/Tests/Functional/Domain/Repository/Fixtures/Product/Tea.xml

10 lines
262 B
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<dataset>
<tx_tea_domain_model_product_tea>
<uid>1</uid>
<pid>1</pid>
<title>Earl Grey</title>
<description>Fresh and hot.</description>
</tx_tea_domain_model_product_tea>
</dataset>