mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-20 00:36:14 +02:00
Commit graph

4 commits

Author SHA1 Message Date
Karsten Nowak
2b04b06efa [TASK] Rename test functions
Related #1120
2024-08-20 08:56:13 +02:00
Karsten Nowak
7cce622b3d [TASK] Check that existing teas in other pids were not deleted
Related #1120
2024-08-20 08:56:13 +02:00
50ff004199 Fix broken functional test
SQLite does reset the UID autoincrement during deletion.
That way the assertions do not match.
We now use a different set up and remove the uids from assertions.

That way we still ensure that the imported data is removed and new data
is imported. We do not need to care about UID.
2024-08-20 08:56:13 +02:00
Karsten Nowak
7d1176c024 [TASK] Add functional test for createTestDataCommand
Related #1120
2024-08-20 08:56:13 +02:00