Problem/Motivation
+++ b/tests/src/Functional/FeedTest.php @@ -127,18 +124,14 @@ class FeedTest extends ResourceTestBase { - 'modified' => 123456789, + 'modified' => '1973-11-29T21:33:09+00:00', // @todo uncomment this in https://www.drupal.org/project/jsonapi/issues/2929932 /* 'modified' => $this->formatExpectedTimestampItemValues(123456789), */Rather than updating the existing entry, I should've uncommented the todo.
+++ b/tests/src/Functional/NodeTest.php --- a/tests/src/Functional/ResourceTestBase.php +++ b/tests/src/Functional/ResourceTestBase.phpThere was a big todo in this class, which I forgot to address.
Creating a follow-up…
Proposed resolution
Address those.
Remaining tasks
N/A
User interface changes
None.
API changes
None.
Data model changes
None.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 2985321-2.patch | 3.15 KB | wim leers |
Comments
Comment #2
wim leersComment #4
gabesulliceThanks!