From e047ea171e1cf58da62c05c95a4412e8824f208d Mon Sep 17 00:00:00 2001 From: Christian Kuhn <lolli@schwarzbu.ch> Date: Fri, 23 Jun 2017 12:52:08 +0200 Subject: [PATCH] [TASK] Raise testing-framework to 1.0.9 Brings base setup for an acceptance test that installs TYPO3 on postgres and loads the introduction distribution. Change-Id: I6e9e3c3175a6b4bfba51097622058f7d25dedbc3 Resolves: #81688 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/53315 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 6c455e2c8091..35db3d9d9452 100644 --- a/composer.lock +++ b/composer.lock @@ -3514,16 +3514,16 @@ }, { "name": "typo3/testing-framework", - "version": "1.0.8", + "version": "1.0.9", "source": { "type": "git", "url": "https://github.com/TYPO3/testing-framework.git", - "reference": "f7d76de53397718de1a53e6936d04974cc10ad03" + "reference": "070dda7e9e0e0a8cd5d02c4ff9ff747eb172c8ee" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/f7d76de53397718de1a53e6936d04974cc10ad03", - "reference": "f7d76de53397718de1a53e6936d04974cc10ad03", + "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/070dda7e9e0e0a8cd5d02c4ff9ff747eb172c8ee", + "reference": "070dda7e9e0e0a8cd5d02c4ff9ff747eb172c8ee", "shasum": "" }, "require": { @@ -3573,7 +3573,7 @@ "tests", "typo3" ], - "time": "2017-06-18T13:16:37+00:00" + "time": "2017-06-23T10:48:43+00:00" }, { "name": "webmozart/assert", -- GitLab