Closed (fixed)
Project:
Scheduler
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
13 May 2019 at 12:10 UTC
Updated:
19 Dec 2020 at 12:58 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
kavbiswa commentedI am working on this issue. will update the patch file with the changes.
Comment #3
shreyal999 commentedHey, updated \Drupal::service('date.formatter')->format to $this->dateFormatter->format for all Functional Test's.
Comment #4
jonathan1055 commented@shreyal999 please be curteous and if someone assigns the issue to themselves then let them work on it, and do not post a patch before they have made theirs.
Thank you
Jonathan (Scheduler maintainer)
Comment #5
kavbiswa commentedThanks @jonathan1055 .
I have made the changes and attached the patch. Please review.
Let me know if any further change is needed for this.
Comment #6
jonathan1055 commentedThanks kavbiswa. Just two minor changes required:
1) in tests/src/Functional/SchedulerBasicTest.php
can you add
$this->in front ofdateFormatter2) in tests/src/Functional/SchedulerTokenReplaceTest.php
instead of
just delete that line and use the new object directly in lines 59 and 60.
Thanks.
Comment #7
kavbiswa commentedThanks @jonathan1055 for the inputs. I am working on the changes suggested.
Comment #8
kavbiswa commentedComment #9
kavbiswa commentedThanks @jonathan1055 for review and inputs on it.
I have made the suggested changes and have attached a patch file . Let me know if any further changes needs to be made.
Comment #11
jonathan1055 commentedThanks kavbiswa, committed and creditted.
I made one small adjustment, to fix the new "line exceeds 80 chars" coding standard fault introduced with the longer comment.
Comment #12
jonathan1055 commentedComment #14
jonathan1055 commentedAdding parent