summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDaniel Opitz <git@copynpaste.de>2018-04-16 22:28:53 +0200
committerDaniel Opitz <git@copynpaste.de>2018-09-28 23:24:10 +0200
commita3b5b516d2152d9d27c5c952ba2d0183ebe333a6 (patch)
tree83cf94dc42b780fdfc25abd00e29c1b7f17211de /tests
parente892c9c3e1415df5673d9c977dde4f9a294651ae (diff)
add getters + setters for feed entity
Diffstat (limited to 'tests')
-rw-r--r--tests/Integration/Fixtures/FeedFixture.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Integration/Fixtures/FeedFixture.php b/tests/Integration/Fixtures/FeedFixture.php
index 66461adbc..f0de6de2d 100644
--- a/tests/Integration/Fixtures/FeedFixture.php
+++ b/tests/Integration/Fixtures/FeedFixture.php
@@ -20,9 +20,8 @@ class FeedFixture extends Feed
use Fixture;
- public function __construct(array $defaults=[])
+ public function __construct(array $defaults=[])
{
- parent::__construct();
$defaults = array_merge(
[
'userId' => 'test',