Closed (fixed)
Project:
Term split
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jun 2018 at 11:40 UTC
Updated:
20 Jun 2019 at 11:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
idebr commentedAttached patch fixes the syntax error, so the Drupal infrastructure can do automated testing.
Comment #4
idebr commentedAdded a @group annotation for the Drupal testbot.
Comment #5
legolasboLooks good to me. Will commit once testbot thinks this is ok ;)
Comment #7
legolasboFixed another error.
Comment #8
legolasboThe remaining test failure is caused by a classname mismatch in hook_event_dispatcher for which I've created #3052240: Classname mismatch causes tests failures.
Comment #9
legolasboRerolled the patch
Comment #10
legolasboLet's try again.
Comment #12
idebr commentedRemoved the unused
Drupal\Console\Command\Shared\TranslationTraitComment #14
legolasboCommitted and pushed to 8.x-1.x. Thanks!