From c10f19f2aefcafb63963f24571fe07a850ae058d Mon Sep 17 00:00:00 2001 From: Dario Rekowski on RockPI Date: Wed, 14 Apr 2021 13:24:20 +0000 Subject: [PATCH] add return call (._.); --- community_server/tests/Fixture/BaseTestFixture.php | 1 + 1 file changed, 1 insertion(+) diff --git a/community_server/tests/Fixture/BaseTestFixture.php b/community_server/tests/Fixture/BaseTestFixture.php index 33375aab0..3590a2503 100644 --- a/community_server/tests/Fixture/BaseTestFixture.php +++ b/community_server/tests/Fixture/BaseTestFixture.php @@ -24,5 +24,6 @@ class BaseTestFixture extends TestFixture } $records[] = $record; } + return $records; } } \ No newline at end of file