Skip to content
Snippets Groups Projects
Unverified Commit 399fe1c2 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
parent 0ff3dada
No related branches found
No related tags found
No related merge requests found
......@@ -393,6 +393,9 @@ public function testTrackerCronIndexing() {
'status' => 0,
]);
$this->drupalGet('activity');
$this->assertSession()->responseNotContains($unpublished->label());
// Start indexing backwards from node 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