You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add necessary TypoScript Configuration
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.
* Follow PHPUnit naming schema for Test Cases
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.
* Ensure Database cache backend is used
As our tests use the database table to verify proper cache handling.
The testing framework replaced the defaults with `NullBackend` for
performance reasons.
* Solve PHPUnit Deprecation
DataProvider need to be static.
* Fix none working DataHandler tests
Pass necessary arguments to calls.
Migrate from unnecessary prophecy to native PHPUnit API.
0 commit comments