Skip to content
Snippets Groups Projects
Commit 5e8d49d2 authored by Stefan Bürk's avatar Stefan Bürk
Browse files

[TASK] Streamline `SchemaMigratorTest` of `EXT:core`

The SchemaMigratorTest currently works on a fully
populated database, which makes the tests more
brittle than they should be.

The patch uses a preparation in testing-framework
to let TF create a database, but not populate it
with tables, which stabilizes the tests.

> composer u typo3/testing-framework

Resolves: #104256
Releases: main
Change-Id: I6699d0e4e831bc72468afd453a83886133e124b2
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/84942


Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarGarvin Hicking <gh@faktor-e.de>
Reviewed-by: default avatarGarvin Hicking <gh@faktor-e.de>
Tested-by: default avatarStefan Bürk <stefan@buerk.tech>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 8ced1f63
Branches
Tags
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment