summaryrefslogtreecommitdiffstats
path: root/tests/integration/bootstrap.php
diff options
context:
space:
mode:
authorBernhard Posselt <bernhard@posselt.at>2015-11-28 14:19:51 +0100
committerBernhard Posselt <bernhard@posselt.at>2015-11-28 14:19:51 +0100
commit30e66657b8709e95240da4f252a3fce6797acfda (patch)
tree5fad4b3ed44675e72d26be22d4b914bf99f961b2 /tests/integration/bootstrap.php
parent911af7d64402f86383b13eac832c8bd9a6a0556e (diff)
also read duplicate feed items read
Diffstat (limited to 'tests/integration/bootstrap.php')
-rw-r--r--tests/integration/bootstrap.php1
1 files changed, 1 insertions, 0 deletions
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);
}