Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Running functional tests with virtual fields leads to error #15

Open
calien666 opened this issue Jul 8, 2024 · 0 comments
Open
Assignees

Comments

@calien666
Copy link
Member

The Core Testing Framework needs fields defined in TCA set up in database.

As this behaviour crashes code inside this extension and detection of set fields doesn't work correctly, it is needed to define own NodeTypes for the Backend allowing DataHandler passing through the data without trying to persist.
Additionally, database field creation has to be prevented. This should also be future safe, as TYPO3 v13 will use TCA for schema creation.

@calien666 calien666 self-assigned this Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant