summaryrefslogtreecommitdiffstats
path: root/tests/integration/fixtures/itemfixture.php
diff options
context:
space:
mode:
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',