faker->word())); } /** * The Scope Parser shall parse relation scopes. * * @return void */ public function testParseRelationScope(): void { $relation = collect($this->faker->words())->join('.'); static::assertInstanceOf(RelationScope::class, ScopeParser::parse($relation)); } }