We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b3e84 commit 57fa87cCopy full SHA for 57fa87c
1 file changed
tests/src/TestCase.php
@@ -36,10 +36,10 @@ protected function setUp(): void
36
parent::setUp();
37
38
Factory::guessFactoryNamesUsing(
39
- fn(string $modelName) => '\\SolutionForest\\InspireCms\\Support\\Tests\\Database\\Factories\\' . class_basename($modelName) . 'Factory'
+ fn (string $modelName) => '\\SolutionForest\\InspireCms\\Support\\Tests\\Database\\Factories\\' . class_basename($modelName) . 'Factory'
40
);
41
Factory::guessModelNamesUsing(
42
- fn($factory) => 'SolutionForest\\InspireCms\\Support\\Tests\\Models\\' . str_replace('Factory', '', class_basename($factory))
+ fn ($factory) => 'SolutionForest\\InspireCms\\Support\\Tests\\Models\\' . str_replace('Factory', '', class_basename($factory))
43
44
45
$this->actingAs(
0 commit comments