summaryrefslogtreecommitdiffstats
path: root/tests/integration/fixtures/itemfixture.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2016-01-17 18:50:54 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2016-01-17 18:50:54 +0100
commitbde168df355233e376afe9cb413c3f959f175ed2 (patch)
treeeefcf4152df1a678330bc7a1555555571118509c /tests/integration/fixtures/itemfixture.php
parent570c75db776a79294d97a05cd8ac63ac4ab39685 (diff)
more fixes
Diffstat (limited to 'tests/integration/fixtures/itemfixture.php')
-rw-r--r--tests/integration/fixtures/itemfixture.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration/fixtures/itemfixture.php b/tests/integration/fixtures/itemfixture.php
index 8914773dc..af074718f 100644
--- a/tests/integration/fixtures/itemfixture.php
+++ b/tests/integration/fixtures/itemfixture.php
@@ -23,7 +23,7 @@ class ItemFixture extends Item {
$defaults = array_merge([
'url' => 'http://google.de',
'title' => 'title',
- 'author' => 'author',
+ 'author' => 'my author',
'pubDate' => 2323,
'body' => 'this is a body',
'enclosureMime' => 'video/mpeg',