summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-11-20 20:05:44 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2015-11-20 20:05:44 +0100
commit1ae53bfec9fa72c968f8262f3c17c8e49a43a935 (patch)
tree480ade0478b0c22448f6059fba8ace0ada3d7814 /tests
parentc995c5b447cd32f4eb9f3cd9fc1865fd93962f24 (diff)
fix unit tests
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);