From 84c838d32462fae62d04a2973f9aebaa9bcb8985 Mon Sep 17 00:00:00 2001 From: Christian Kuhn <lolli@schwarzbu.ch> Date: Wed, 4 Oct 2017 15:32:36 +0200 Subject: [PATCH] [TASK] Update typo3/testing-framework to 1.1.5 Brings a patch to dump class loading information in functional and acceptance tests. Change-Id: Ib44918666875100426f624cee2426d460e01d32a Resolves: #82673 Releases: master, 8.7 Reviewed-on: https://review.typo3.org/54284 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 0471b96a1662..751f5f2d2b7a 100644 --- a/composer.lock +++ b/composer.lock @@ -4077,16 +4077,16 @@ }, { "name": "typo3/testing-framework", - "version": "1.1.4", + "version": "1.1.5", "source": { "type": "git", "url": "https://github.com/TYPO3/testing-framework.git", - "reference": "2850958831baa47eca2cf95a0f100e096c532c09" + "reference": "601a5f74fbea26f2d09ab66d105b9df701fd5d4a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/2850958831baa47eca2cf95a0f100e096c532c09", - "reference": "2850958831baa47eca2cf95a0f100e096c532c09", + "url": "https://api.github.com/repos/TYPO3/testing-framework/zipball/601a5f74fbea26f2d09ab66d105b9df701fd5d4a", + "reference": "601a5f74fbea26f2d09ab66d105b9df701fd5d4a", "shasum": "" }, "require": { @@ -4136,7 +4136,7 @@ "tests", "typo3" ], - "time": "2017-09-10T10:18:47+00:00" + "time": "2017-10-04T13:26:43+00:00" }, { "name": "webmozart/assert", -- GitLab