Releases: TYPO3/testing-framework
Releases · TYPO3/testing-framework
[RELEASE] Adaptions to non-admin backend user tests
Merge pull request #173 from tomasnorre/issue/172 [BUGFIX] Use correct namespace for WebDriver (#172)
[RELEASE] Add support for PHPunit 9 and codeception 4
Merge pull request #170 from TYPO3/phpunit9-codeception4 [TASK] Update to codeception v4 and allow phpunit v9
6.1.1
4.14.1
[RELEASE] Updated vfsstream dependency for PHP 7.4 compatibility
[TASK] Update mikey179/vfsstream to version 1.6.8 (#163) used command: composer require mikey179/vfsstream:"~1.6.8"
[RELEASE] Raise minimum PHPUnit Requirement
Changelog:
- [BUGFIX] Require phpunit/phpunit with minimal of 8.4
[RELEASE] Clean-Up and Slim Down
Clean-up release. Notice the following breaking changes:
- RenderingContextFixture has been removed (use regular mocking for your tests)
- FileStreamWrapper has been removed (use vfs stream instead)
- Accessible mocks no longer offer
_setRef
,_callRef
,_setStatic
,_getStatic
- The BaseTestCase no longer offers
inject
andcallInaccessibleMethod
(use DI directly, use different mocking solutions)
Changelog since 5.0.16:
- [!!!][TASK] Remove FileStreamWrapper
- [TASK] Raise minimum phpunit version
- [TASK] Clean up specific ViewHelper functionality
- [BUGFIX] Streaming scenario creation
- [!!!][TASK] Make AccessibleObject only work with call/get/set
- [TASK] Use trait for AccessibleProxy
- [!!!][TASK] Drop support for "callInaccessibleMethod" and "inject"
[RELEASE] Clean-Up and Slim Down
Clean-up release. Notice the following breaking changes:
- RenderingContextFixture has been removed (use regular mocking for your tests)
- FileStreamWrapper has been removed (use vfs stream instead)
Changelog:
- [!!!][TASK] Remove FileStreamWrapper
- [TASK] Raise minimum phpunit version
- [TASK] Clean up specific ViewHelper functionality
- [BUGFIX] Streaming scenario creation
[RELEASE] PHP 7.4 compatibility and slimmed code structure
This release matches the latest TYPO3 v10.x development series, where some functionality
could be removed and simplified.
In addition, the requirements are raised on in order to allow PHP 7.4 compatibility
when TYPO3 Core runs "minimum stability requirements" checks with composer.
5.0.15: [TASK] Add new Acceptance Tests folder to splitter script
To speed up execution of acceptance tests in bamboo, the available test files are split into work packages. The script only considers test files located in typo3/sysext/core/Acceptance/Backend. With the new main folder InstallTool, that contains tests concerning the stand alone install tool, the script must also consider those files for work packages.