createInstances()->first(); $this->getRelatedData($record, 'user', 'users'); } public function testCanIncludeRelatedUser(): void { $record = $this->createInstances()->first(); $this->getRelatedData($record, 'user', 'users'); } }