From 0d8e9347c5189c0cdbe83b27f27c71ee144506c6 Mon Sep 17 00:00:00 2001 From: Christian Kuhn <lolli@schwarzbu.ch> Date: Thu, 31 Aug 2017 12:45:52 +0200 Subject: [PATCH] [TASK] Update typo3/testing-framework to 1.1.2 Brings a bug fix in frontend functional test parsing. Change-Id: I3e95f4ee12069bbbfc225fb5045793273eff6f95 Resolves: #82256 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/53840 Tested-by: TYPO3com <no-reply@typo3.com> Reviewed-by: Christian Kuhn <lolli@schwarzbu.ch> Tested-by: Christian Kuhn <lolli@schwarzbu.ch> --- composer.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.lock b/composer.lock index e6e7a360fe0f..bea266f922a2 100644 --- a/composer.lock +++ b/composer.lock @@ -4068,16 +4068,16 @@ }, { "name": "typo3/testing-framework", - "version": "1.1.1", + "version": "1.1.2", "source": { "type": "git", "url": "https://github.com/TYPO3/testing-framework.git", - "reference": "782b97f5475a590a8c933d6c4351fcbb8b306a6f" + "reference": "1dcb3975ab0caea1e845b417dfa7fca175c111c9" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/782b97f5475a590a8c933d6c4351fcbb8b306a6f", - "reference": "782b97f5475a590a8c933d6c4351fcbb8b306a6f", + "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/1dcb3975ab0caea1e845b417dfa7fca175c111c9", + "reference": "1dcb3975ab0caea1e845b417dfa7fca175c111c9", "shasum": "" }, "require": { @@ -4127,7 +4127,7 @@ "tests", "typo3" ], - "time": "2017-08-22T15:46:33+00:00" + "time": "2017-08-31T09:31:15+00:00" }, { "name": "webmozart/assert", -- GitLab