From d96a18c26aa353a030d8f99fb1c654f9b600f09d Mon Sep 17 00:00:00 2001 From: Sergey Ivashchenko Date: Wed, 15 Apr 2015 15:10:22 +0300 Subject: [PATCH] MAGETWO-35629: Credentials for 3rd party tests are not applied on setup configuration step --- dev/tests/functional/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/tests/functional/composer.json b/dev/tests/functional/composer.json index 41482866c1b24..5f5074addbc39 100644 --- a/dev/tests/functional/composer.json +++ b/dev/tests/functional/composer.json @@ -1,6 +1,6 @@ { "require": { - "magento/mtf": "1.0.0-rc21", + "magento/mtf": "1.0.0-rc22", "php": "~5.5.0|~5.6.0", "phpunit/phpunit": "4.1.0", "phpunit/phpunit-selenium": ">=1.2",