Skip to content

Releases: TYPO3/testing-framework

[RELEASE] Adaptions to non-admin backend user tests

30 Mar 10:46
438037f
Compare
Choose a tag to compare
Merge pull request #173 from tomasnorre/issue/172

[BUGFIX] Use correct namespace for WebDriver (#172)

[RELEASE] Add support for PHPunit 9 and codeception 4

03 Mar 13:48
d308d42
Compare
Choose a tag to compare
Merge pull request #170 from TYPO3/phpunit9-codeception4

[TASK] Update to codeception v4 and allow phpunit v9

6.1.1

02 Feb 11:07
Compare
Choose a tag to compare
[BUGFIX] Remove restrictions when using TYPO3 QueryBuilder for snapshots

4.14.1

02 Feb 11:13
Compare
Choose a tag to compare
[BUGFIX] Remove restrictions when using TYPO3 QueryBuilder for snapshots

[RELEASE] Updated vfsstream dependency for PHP 7.4 compatibility

04 Dec 21:41
Compare
Choose a tag to compare
[TASK] Update mikey179/vfsstream to version 1.6.8 (#163)

used command:
	composer require mikey179/vfsstream:"~1.6.8"

[RELEASE] Raise minimum PHPUnit Requirement

03 Dec 08:19
Compare
Choose a tag to compare

Changelog:

  • [BUGFIX] Require phpunit/phpunit with minimal of 8.4

[RELEASE] Clean-Up and Slim Down

03 Dec 06:55
Compare
Choose a tag to compare

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 and callInaccessibleMethod (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

01 Dec 08:43
Compare
Choose a tag to compare
Pre-release

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

21 Nov 15:26
b13774c
Compare
Choose a tag to compare

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

11 Oct 09:44
Compare
Choose a tag to compare
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.