tracking/Documentation/Changelog/2.5.1.rst
Daniel Siepmann 38a2be296a Migrate test fixtures to PHP Data Sets
That will ease maintenance.
XML is no longer supported by TYPO3 Testing Framework.

Resolves: #109
2023-05-11 15:16:43 +02:00

33 lines
487 B
ReStructuredText

2.6.0
=====
Breaking
--------
Nothing
Features
--------
Nothing
Fixes
-----
Nothing
Tasks
-----
* Ignore PHP version when executing cs fixer.
As cs fixer officially does not seem to support PHP 8.2 yet.
* Make sql within tests on CI more robust.
Wait until server has started before executing tests.
* Migrate test fixtures to PHP Data Sets using `codappix/typo3-php-datasets <https://packagist.org/packages/codappix/typo3-php-datasets>`_
Deprecation
-----------
Nothing