Plz see https://www.drupal.org/node/2405811
If following error eccur when we use "composer drupal-update" command. then show below link for patch.
Update $packageToCleanup, 'tests' cleanup are no longer required for Behat/Mink package
If following error eccur when we use "composer drupal-update" command. then show below link for patch.
Update $packageToCleanup, 'tests' cleanup are no longer required for Behat/Mink package
diff --git a/core/lib/Drupal/Core/Composer/Composer.php b/core/lib/Drupal/Core/Composer/Composer.php
index 0d5b6aa..831346b 100644
--- a/core/lib/Drupal/Core/Composer/Composer.php
+++ b/core/lib/Drupal/Core/Composer/Composer.php
@@ -20,7 +20,7 @@
class Composer {
protected static $packageToCleanup = [
- 'behat/mink' => ['tests', 'driver-testsuite'],
+ 'behat/mink' => ['driver-testsuite'],
'behat/mink-browserkit-driver' => ['tests'],
'behat/mink-goutte-driver' => ['tests'],
'doctrine/cache' => ['tests'],
https://www.drupal.org/node/2682003
Comments
Post a Comment