From 30e66657b8709e95240da4f252a3fce6797acfda Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sat, 28 Nov 2015 14:19:51 +0100 Subject: also read duplicate feed items read --- tests/integration/bootstrap.php | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/integration/bootstrap.php') diff --git a/tests/integration/bootstrap.php b/tests/integration/bootstrap.php index 19a169a7e..7cd298beb 100644 --- a/tests/integration/bootstrap.php +++ b/tests/integration/bootstrap.php @@ -162,6 +162,7 @@ class NewsIntegrationTest extends PHPUnit_Framework_TestCase { $newItem->setLastModified($item['lastModified']); $newItem->setEnclosureMime($item['enclosureMime']); $newItem->setEnclosureLink($item['enclosureLink']); + $newItem->generateSearchIndex(); return $this->itemMapper->insert($newItem); } -- cgit v1.2.3