events/Tests
Daniel Siepmann 0fc2668d17
Improve TYPO3 cache handling (#14)
There might be access to TSFE get_cache_timeout() prior rendering
events.
TYPO3 has a cache for timeout and won't re calculate again.
We therefore need to clear the cache if timeout would change.

That will lead to inconsistent cache information throughout a single
request. But the final cache timeout of the page will be correct. Other
parts might be longer, which probably is fine until they relate to the
events.

Relates: #10500
2023-05-16 10:15:05 +02:00
..
Functional Improve TYPO3 cache handling (#14) 2023-05-16 10:15:05 +02:00
Unit Fix phpunit deprecation warnings (#8) 2023-04-03 11:35:47 +02:00
ClientFactory.php Add first basic functional test for import 2021-12-16 09:08:16 +01:00
ProphecyTrait.php Make use of prophesize cross version support 2022-01-26 15:56:28 +01:00