Skip to content
Snippets Groups Projects
Unverified Commit d52f1478 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3174402 by beatrizrodrigues, shetpooja04, ravi.shankar, ayushmishra206,...

Issue #3174402 by beatrizrodrigues, shetpooja04, ravi.shankar, ayushmishra206, longwave, catch: Fix unused variable $unpublished in TrackerTest.php

(cherry picked from commit 399fe1c2)
parent 6deb8a8a
No related branches found
No related tags found
10 merge requests!2496Issue #3222757 by lauriii, Wim Leers, nod_, rachel_norfolk, itmaybejj,...,!2366Issue #3285105 by Daniel Arend,!2304Issue #3258987: Class "Drupal\Core\Utility\Error" not found in _drupal_error_handler_real() due to bug in PHP 8.1.0-8.1.5,!2148Issue #3270899: Remove Color module from core,!2071Issue #927570: Setting 403 or 404 handler to a page that redirects leads to endless loop,!1975Issue #3269749: losing query params from user to user/login redirect,!1387Draft: Resolve #2511878 "Support enclosure field",!799Issue #3214332: Preview content is broken in Claro.,!558Resolve #3020422 "Toolbar style update",!231Issue #2671162: summary text wysiwyg patch working fine on 9.2.0-dev
...@@ -393,6 +393,9 @@ public function testTrackerCronIndexing() { ...@@ -393,6 +393,9 @@ public function testTrackerCronIndexing() {
'status' => 0, 'status' => 0,
]); ]);
$this->drupalGet('activity');
$this->assertSession()->responseNotContains($unpublished->label());
// Start indexing backwards from node 4. // Start indexing backwards from node 4.
\Drupal::state()->set('tracker.index_nid', 4); \Drupal::state()->set('tracker.index_nid', 4);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment