From 923f87346a61a621a763ffc3cbc396d0afcaed04 Mon Sep 17 00:00:00 2001 From: Christian Kuhn <lolli@schwarzbu.ch> Date: Fri, 6 Aug 2021 16:16:04 +0200 Subject: [PATCH] [TASK] Raise typo3/testing-framework:^6.9.0 Brings a new feature to speed up functional tests and a series of tasks and bug fixes. composer req --dev typo3/testing-framework:^6.9.0 composer req --dev typo3/testing-framework:^6.9.0 -d typo3/sysext/core/ --no-update Change-Id: Iacfda77682d89468c0158fb467df90120a41a099 Resolves: #94733 Releases: master, 10.4 Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/70272 Tested-by: core-ci <typo3@b13.com> Tested-by: Oliver Bartsch <bo@cedev.de> Tested-by: Jochen <rothjochen@gmail.com> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> Reviewed-by: Oliver Bartsch <bo@cedev.de> Reviewed-by: Jochen <rothjochen@gmail.com> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> --- composer.json | 2 +- composer.lock | 14 +++++++------- typo3/sysext/core/composer.json | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index b753d10d1efc..409901228f5f 100644 --- a/composer.json +++ b/composer.json @@ -101,7 +101,7 @@ "phpstan/phpstan": "^0.12.64", "phpunit/phpunit": "^9.5", "typo3/cms-styleguide": "~11.4.0", - "typo3/testing-framework": "^6.8.4" + "typo3/testing-framework": "^6.9.0" }, "suggest": { "ext-gd": "GDlib/Freetype is required for building images with text (GIFBUILDER) and can also be used to scale images", diff --git a/composer.lock b/composer.lock index acbc68c1d037..f29c6b33c0b6 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "7d4eec0b6b3faa06606b7df0b086c3c1", + "content-hash": "e9862b5af376514f356ce32811be4e78", "packages": [ { "name": "bacon/bacon-qr-code", @@ -8170,16 +8170,16 @@ }, { "name": "typo3/testing-framework", - "version": "6.8.4", + "version": "6.9.0", "source": { "type": "git", "url": "https://github.com/TYPO3/testing-framework.git", - "reference": "0999567ed9450888a3bc050bf1f8bc8dfcbb4edc" + "reference": "16ec225d7289caa1e4b9e8c33969dde9034b8613" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/0999567ed9450888a3bc050bf1f8bc8dfcbb4edc", - "reference": "0999567ed9450888a3bc050bf1f8bc8dfcbb4edc", + "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/16ec225d7289caa1e4b9e8c33969dde9034b8613", + "reference": "16ec225d7289caa1e4b9e8c33969dde9034b8613", "shasum": "" }, "require": { @@ -8229,9 +8229,9 @@ "support": { "general": "https://typo3.org/support/", "issues": "https://github.com/TYPO3/testing-framework/issues", - "source": "https://github.com/TYPO3/testing-framework/tree/6.8.4" + "source": "https://github.com/TYPO3/testing-framework/tree/6.9.0" }, - "time": "2021-06-14T12:34:09+00:00" + "time": "2021-08-06T14:12:49+00:00" } ], "aliases": [], diff --git a/typo3/sysext/core/composer.json b/typo3/sysext/core/composer.json index 5d0ba4aff694..6e8af0d76736 100644 --- a/typo3/sysext/core/composer.json +++ b/typo3/sysext/core/composer.json @@ -84,7 +84,7 @@ "phpstan/phpstan": "^0.12.64", "phpunit/phpunit": "^9.5", "typo3/cms-styleguide": "~11.4.0", - "typo3/testing-framework": "^6.8.4" + "typo3/testing-framework": "^6.9.0" }, "suggest": { "ext-fileinfo": "Used for proper file type detection in the file abstraction layer", -- GitLab