Skip to content

Conversation

@d-s-codappix
Copy link

No description provided.

The tests use `f:format.html` ViewHelper.
This will call the `ContentObjectRenderer::parseFunc`.

The default is to use `lib.parseFunc_RTE` as a reference.
But this didn't exist within our test setup, leading to errors.
We now ensure this path provides some configuration to pass the test.
Our abstract TestCase wasn't named as one, leading to a PHPUnit warning.
We therefore adjust the naming to follow the convention and prevent any
warning.
As our tests use the database table to verify proper cache handling.
The testing framework replaced the defaults with `NullBackend` for
performance reasons.
DataProvider need to be static.
Pass necessary arguments to calls.
Migrate from unnecessary prophecy to native PHPUnit API.
@d-s-codappix d-s-codappix mentioned this pull request Apr 23, 2025
@dhuf dhuf merged commit 5847af3 into visol:update-v12 Apr 23, 2025
7 checks passed
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

Successfully merging this pull request may close these issues.

2 participants