This repository has been archived by the owner on Dec 9, 2023. It is now read-only.
Releases: oliverklee/ext-phpunit
Releases · oliverklee/ext-phpunit
V8.5.1: Add support for TYPO3 12LTS and PHP 8.2/8.3
V8.5.0: Switch to PHPUnit 8.5. Drop deprecated things.
V7.5.25: Add support for TYPO3 11LTS and Symfony 6
V7.5.24: Support TYPO3 11.4. Cleanup and bug fixes.
V7.5.23: Add support for PHP 8 and TYPO3 11.3
Added
- Support TYPO3 11.3 (#244)
- Add PHPStan to the CI pipeline (#224)
- Allow installations with PHP 8 (#223)
- Add an
.editorconfig
file (#212, #219)
Changed
- Limit the allowed number of arguments to
_call
to 9 (#230)
Deprecated
- Deprecate
getAccessibleMock
,buildAccessibleProxy
andAccessibleObject
(#241)
Removed
V7.5.22
Added
- Lint the code with PHP 8 (#198)
Changed
- Update the Symfony dependency to supported versions only (#209)
- Switch the CI from Travis CI to GitHub actions (#197)
- Switch the default branch from master to main (#196)
- Update
helhum/typo3-console
(#177, #179, #182, #205)
Deprecated
Removed
Fixed
- Update the bundled packages (#207)
- Add
.0
version suffixes to PHP version requirements (#183) - Always use Composer-installed versions of the dev tools (#181)
- Add
var/
to the.gitignore
(#180) - Fix some incomplete PHPDoc (#176)
- Fix warnings in the
travis.yml
(#172) - Do not cache
vendor/
on Travis CI (#171)
V6.5.16
V7.5.21
V7.5.20
7.5.20
Added
- Add support for TYPO3 10 (#140)
- Add PHP 7.4 compatibility (#164)
- Add compatibility with Symfony 5 (#162)
- Add a code fixing check to the Travis CI build (#144)
- Add code sniffing to the Travis CI build (#143)
Changed
- Rebuild the bundled
composer.lock
(#168) - Upgrade to PHPUnit 7.5.20 (#138, #161)
- Sniff only for PSR-12, not for PSR-2 anymore (#160)
- Improve the code autoformatting (#158)
- Sort the entries in the
.gitignore
and.gitattributes
(#157) - Use PHP 7.2 for the TER release script (#155)
- Sort the Composer dependencies (#153)
- Explain the purpose in the README (#142)
Removed
- Drop unneeded Travis CI configuration settings (#148, #149, #150)
- Stop building with the lowest Composer dependencies (#144)
- Drop the TYPO3 package repository from
composer.json
(#139) - Drop support for PHP <= 7.0 (#137)
Fixed
V6.5.14
Added
Changed
- Upgrade PHPUnit to 6.5.14 (#135)
- Upgrade helhum/typo3-console (#129)
- Use PHP 7.0 language features (#131)
- Move Tests/ from autoload-dev to autoload (#133)
- Completely switch to PSR-4 autoloading (#125)
- Simplify the test run command configuration in .travis.yml (#123)
- Require PHP >= 7.0 (#121)
- Require TYPO3 8.7 (#119)
Removed
- Drop the legacy CLI test runner (#120)
- Drop the back-end module (#118)
- Remove the UI for code coverage (#116)
- Drop the IDE test runner (#114, #117)
- Drop the testing framework (#113, #115)
- Drop the time statistics (#112)
- Drop DatabaseTestCase (#111)
- Drop the Selenium integration (#110)