Skip to content

Releases: TYPO3/testing-framework

[RELEASE] Raise minimum PHPUnit Requirement

03 Dec 08:19

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

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

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

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

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.

[TASK] Add compatibility with new workspace behaviour

13 Sep 09:33

Choose a tag to compare

5.0.14

[TASK] Adjust version resolving for workspace versions in test

[RELEASE] Extend scenario import for workspaces & localization handling

10 Sep 21:47

Choose a tag to compare

[BUGFIX] Substitute all data-map values with persisted ids

* not only pid value
* fixes assignment for l10n_parent, l10n_source for instance

[RELEASE] Create JavaScript CI configuration

04 Sep 06:19
1fe5176

Choose a tag to compare

As PhantomJS development is suspended and Chrome Headless is a viable, stable alternative, a new CI configuration for JavaScript testing has been added that allows the use of Chrome Headless in a docker environment for usage on CI servers.

[RELEASE] Added compatibility for latest changes in master

13 Jul 12:17
ac55b0e

Choose a tag to compare

[RELEASE] Added compatibility for latest changes in master

18 Jun 08:37
63a0f97

Choose a tag to compare

  • Tests are now built against Environment::varPath()
  • Optional field sys_language.static_lang_isocode is removed from Fixtures