TYPO3 / Fluid

Fluid template rendering engine - Standalone version
GNU Lesser General Public License v3.0
152 stars 93 forks source link

[BUGFIX] Prevent interference between functional tests #976

Closed s2b closed 2 months ago

s2b commented 2 months ago

The cache is now removed between each test case, not between each test class. This also unveiled one interference between two ForViewHelper test cases.

Further interference is still present due to Fluid's runtime cache. This is now documented in #975 to be fixed later.