Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
other
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
6 Mar 2016 at 13:37 UTC
Updated:
9 Mar 2016 at 12:59 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
fortis commentedComment #3
fortis commentedComment #4
fortis commentedComment #5
fortis commentedComment #6
fortis commentedComment #7
cilefen commentedRemoved unneeded tags.
Comment #8
VanLuda commented@fortis, I'm not sure how to use the update. I'm trying to install the commerceguys/addressing from the command line and I'm getting the "The directory 'tests' in package 'behat/mink' does not exist." error.
Comment #9
fortis commented@VanLuda did you tried #3 path?
Comment #10
RavindraSingh commentedI am able to test with composer up command but not able to test with composer drupal-update command. @fortis, can you please add steps to tests.
Comment #11
esclapes commentedPatch in #3 worked for me.
Comment #12
peterpoe commentedPach #3 tested with
composer drupal-update, worked.Comment #13
bojanz commentedLet's continue in #2664274: Combination of --prefer-dist and .gitattributes confuses our vendor test cleanup, that one is closer (and describes that --prefer-source gives you tests but --prefer-dist doesn't, so our cleanup script needs to be smarter)
Comment #14
jacov commented#3 works
Comment #15
iampuma#3 works thanks
Comment #16
Justincletus commentedpatch #3 tested with composer drupal-update, worked.
Comment #17
fortis commented@bojanz, okay, but $packageToCleanup still should be updated with #3
Comment #18
fortis commentedComment #19
bojanz commented@fortis
No, that is incorrect. Mink still has a tests directory: https://github.com/Behat/Mink/tree/master/tests
And if you install/update with --prefer-source, you will get it.
This is explained in the other issue, libraries are now excluding tests only on --prefer-dist.
Comment #20
fortis commentedduplicate of #2664274: Combination of --prefer-dist and .gitattributes confuses our vendor test cleanup