- last update
over 1 year ago 145 pass - last update
over 1 year ago 122 pass, 6 fail - last update
over 1 year ago 122 pass, 6 fail - last update
over 1 year ago 146 pass - πΊπΈUnited States dcam
Updated the test array to try and fix the errors in #32.
- last update
over 1 year ago 146 pass - Status changed to Needs work
over 1 year ago 4:24am 8 July 2023 - πΊπΈUnited States dcam
NW for the update paths. I started work on them, but haven't finished.
- π¦πΊAustralia larowlan π¦πΊπ.au GMT+10
Looks good, just needs update path as you mentioned
- Status changed to Needs review
over 1 year ago 2:03am 23 August 2023 - Open on Drupal.org βCore: 10.1.x + Environment: PHP 8.1 & MariaDB 10.3.22
16:15 16:15 Queueing - last update
over 1 year ago 147 pass - πΊπΈUnited States dcam
+++ b/tests/src/Functional/Update/AggregatorUpdateAddItemUuid.php @@ -0,0 +1,34 @@ + /** + * Ensure all items in the aggregator_feeds queue are deleted. + */ + public function testUpdateHookN(): void {
I forgot to update this docblock when I copied it from another test I'd written. But I'm not going to bother changing it right now. We'll probably have to update this class's docblock to change the number of the update function it covers anyway. It can be fixed then.
- Status changed to RTBC
over 1 year ago 1:04am 7 September 2023 - π¦πΊAustralia larowlan π¦πΊπ.au GMT+10
Good to go, will need a reroll when one of the other update hook issues goes in, so fix the docblock at the same time
- π«π·France andypost
+++ b/aggregator.install @@ -11,3 +11,15 @@ function aggregator_update_last_removed() { return 8501; ... +function aggregator_update_8601() {
both places will need to check and fix on commit
- Status changed to Needs review
over 1 year ago 3:29am 8 September 2023 - last update
over 1 year ago 155 pass - last update
over 1 year ago 155 pass - Status changed to Fixed
over 1 year ago 3:42am 8 September 2023 Automatically closed - issue fixed for 2 weeks with no activity.
- Status changed to Fixed
7 months ago 10:14am 26 May 2024 - π³π±Netherlands bbrala Netherlands
This issue was referenced in the jsonapi code to fix, not sure how this related to that. Silly that by now the module is removed from core, but appearantly the issue is still referenced by code.
core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php:2067
Wonder if the code even gets triggered now?