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