From a3b5b516d2152d9d27c5c952ba2d0183ebe333a6 Mon Sep 17 00:00:00 2001 From: Daniel Opitz Date: Mon, 16 Apr 2018 22:28:53 +0200 Subject: add getters + setters for feed entity --- tests/Integration/Fixtures/FeedFixture.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests') 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', -- cgit v1.2.3