Closed (fixed)
Project:
ImageField Tokens
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
20 Nov 2012 at 00:47 UTC
Updated:
5 Jul 2019 at 12:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
chris matthews commentedUnassigned @13rac1
Comment #2
ysamoylenko commentedHello,
I've implemented new tests for the module.
Please review the patch attached.
Comment #3
ysamoylenko commentedIncorrect patch attached.
Comment #4
ysamoylenko commentedComment #5
ysamoylenko commentedCoding standards have been fixed. Patch needs to be re-tested.
Comment #6
ysamoylenko commentedNew patch version attached.
Comment #7
ysamoylenko commentedAdded token composer dependency.
Comment #9
ysamoylenko commentedThe patch was committed. The first release of the module will be added in a short time.
Comment #10
ysamoylenko commentedComment #11
IreneV commentedTested - tests run passes
Comment #12
ysamoylenko commentedThank you for reviewing tests. Currently, I've added them to the latest module release.
Comment #14
5n00py commentedWhy composer.json is added ? It's releted to tests ?
It's incompatible with composer_manager. There is no package "drupal/token": "^1.7" on packagist.org
Comment #15
ysamoylenko commentedHello @5n00py,
composer.json was added to the module for the following reasons:
1. Necessary of download module dependencies during module fetching via composer. ("drupal/token": "^1.7" )
2. This dependency should be downloaded via composer to pass tests and module functionality work.
Correct dependencies downloading will be guaranteed if you will use command-line composer version and correct composer repository used in your Drupal project composer.json (https://packages.drupal.org/7)
More info about composer packages: Using packages.drupal.org