[TASK] Switch from xml imports to csv in acceptance tests
The acceptance test base class in testing-framework now allows to load .csv instead of .xml files to prime the database with records. These files are easier to read and maintain and we avoid a fixture dependency to the testing-framework this way. $ composer req --dev typo3/testing-framework:dev-main Change-Id: I7055215a2006d985af1b19929157bdef2190854d Resolves: #97921 Related: #96856 Releases: main Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/75156 Tested-by:Benni Mack <benni@typo3.org> Tested-by:
core-ci <typo3@b13.com> Tested-by:
Stefan Bürk <stefan@buerk.tech> Tested-by:
Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by:
Benni Mack <benni@typo3.org> Reviewed-by:
Stefan Bürk <stefan@buerk.tech> Reviewed-by:
Christian Kuhn <lolli@schwarzbu.ch>
Showing
- composer.lock 4 additions, 4 deletionscomposer.lock
- typo3/sysext/core/Tests/Acceptance/Fixtures/BackendEnvironment.csv 90 additions, 0 deletions...ext/core/Tests/Acceptance/Fixtures/BackendEnvironment.csv
- typo3/sysext/core/Tests/Acceptance/Fixtures/be_sessions.xml 0 additions, 19 deletionstypo3/sysext/core/Tests/Acceptance/Fixtures/be_sessions.xml
- typo3/sysext/core/Tests/Acceptance/Fixtures/pages.xml 0 additions, 404 deletionstypo3/sysext/core/Tests/Acceptance/Fixtures/pages.xml
- typo3/sysext/core/Tests/Acceptance/Fixtures/workspaces.xml 0 additions, 9 deletionstypo3/sysext/core/Tests/Acceptance/Fixtures/workspaces.xml
- typo3/sysext/core/Tests/Acceptance/Support/Extension/ApplicationEnvironment.php 2 additions, 8 deletions...s/Acceptance/Support/Extension/ApplicationEnvironment.php
Please register or sign in to comment