2amigos / yii2-gallery-widget

BlueImp Gallery Widget for Yii2
http://yiiwheels.com
Other
60 stars 37 forks source link

No tests in composer installed instance #29

Closed far-rainbow closed 5 years ago

far-rainbow commented 5 years ago

There are tests in git but no tests in composer installed instance. What i am doing wrong? Thanks.

tonydspaniard commented 5 years ago

They are not exported when installed via composer to avoid extra files: https://github.com/2amigos/yii2-gallery-widget/blob/master/.gitattributes#L10

If you wish to add the tests, I highly recommend you to zip download or git clone.