summaryrefslogtreecommitdiffstats
path: root/tests/integration/bootstrap.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-11-28 15:30:35 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-11-28 15:30:35 +0100
commit72e599bc87753e31bb9d161d341b7f95bd671658 (patch)
tree69b99f6a08534948e6625c01ef10f9ea704e14cb /tests/integration/bootstrap.php
parent6ca631ff5c0b7d3fef16604ee4ed87354e3bbf72 (diff)
Revert "also read duplicate feed items read"
Diffstat (limited to 'tests/integration/bootstrap.php')
-rw-r--r--tests/integration/bootstrap.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/integration/bootstrap.php b/tests/integration/bootstrap.php
index 7cd298beb..19a169a7e 100644
--- a/tests/integration/bootstrap.php
+++ b/tests/integration/bootstrap.php
@@ -162,7 +162,6 @@ 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);
}