summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/db/ItemTest.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/unit/db/ItemTest.php b/tests/unit/db/ItemTest.php
index 174d9273b..89b14591e 100644
--- a/tests/unit/db/ItemTest.php
+++ b/tests/unit/db/ItemTest.php
@@ -290,6 +290,9 @@ class ItemTest extends \PHPUnit_Framework_TestCase {
}
public function testComputeFingerPrint() {
+ $title = 'a';
+ $body = 'b';
+ $url = 'http://google.com';
$item = new Item();
$item->setBody($body);
$item->setTitle($title);