From bab07b33cccfb0a11988023987c1cbe7091f573b Mon Sep 17 00:00:00 2001
From: Christian Kuhn <lolli@schwarzbu.ch>
Date: Sun, 21 May 2017 01:23:05 +0200
Subject: [PATCH] [TASK] Update typo3/testing-framework to 1.0.6

A couple of bug fixes and a setup for acceptance tests
of the installation procedure.

Change-Id: I97c211acb6f65a48ee90a45885887f8d16f800b9
Resolves: #81287
Releases: master, 8.7
Reviewed-on: https://review.typo3.org/52885
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
Tested-by: Anja Leichsenring <aleichsenring@ab-softlab.de>
Reviewed-by: Claus Due <claus@phpmind.net>
Tested-by: Claus Due <claus@phpmind.net>
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 859c2d17494b..3c148a67b346 100644
--- a/composer.lock
+++ b/composer.lock
@@ -3514,16 +3514,16 @@
         },
         {
             "name": "typo3/testing-framework",
-            "version": "1.0.5",
+            "version": "1.0.6",
             "source": {
                 "type": "git",
                 "url": "https://github.com/TYPO3/testing-framework.git",
-                "reference": "cfad33e387fb51f2657984e4213f0b167d4d2f45"
+                "reference": "2f08ef580639c2add8b686b8413b7b5b72b717bc"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/cfad33e387fb51f2657984e4213f0b167d4d2f45",
-                "reference": "cfad33e387fb51f2657984e4213f0b167d4d2f45",
+                "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/2f08ef580639c2add8b686b8413b7b5b72b717bc",
+                "reference": "2f08ef580639c2add8b686b8413b7b5b72b717bc",
                 "shasum": ""
             },
             "require": {
@@ -3573,7 +3573,7 @@
                 "tests",
                 "typo3"
             ],
-            "time": "2017-04-20T19:59:33+00:00"
+            "time": "2017-05-20T23:17:02+00:00"
         },
         {
             "name": "webmozart/assert",
-- 
GitLab