@@ -52,7 +52,6 @@ public function mockGenerator(): void
5252 $ this ->nativeClassExistsMethodCall (['RonasIT\Support\Tests\Support\Command\Models\Post ' , true ]),
5353 $ this ->nativeClassExistsMethodCall (['Laravel\Nova\NovaServiceProvider ' , true ]),
5454 $ this ->nativeClassExistsMethodCall (['Laravel\Nova\NovaServiceProvider ' , true ]),
55- $ this ->nativeUcwordsMethodCall (['vfs: \\\\root \\app \\Nova \\PostResource ' , '\\' ], 'App\Nova\PostResource ' ),
5655 $ this ->nativeIsSubClassOfMethodCall (['App\Nova\PostResource ' , 'Laravel \\Nova \\Resource ' ]),
5756 $ this ->nativeClassExistsMethodCall (['RonasIT\Support\Tests\Support\Command\Models\Post ' , true ]),
5857 );
@@ -79,7 +78,6 @@ public function mockGeneratorSubFolders(): void
7978 $ this ->nativeClassExistsMethodCall (['RonasIT\Support\Tests\Support\Command\Models\Forum\Post ' , true ]),
8079 $ this ->nativeClassExistsMethodCall (['Laravel\Nova\NovaServiceProvider ' , true ]),
8180 $ this ->nativeClassExistsMethodCall (['Laravel\Nova\NovaServiceProvider ' , true ]),
82- $ this ->nativeUcwordsMethodCall (['vfs: \\\\root \\app \\Nova \\Forum \\PostResource ' , '\\' ], 'App\Nova\Forum\PostResource ' ),
8381 $ this ->nativeIsSubClassOfMethodCall (['App\Nova\Forum\PostResource ' , 'Laravel \\Nova \\Resource ' ]),
8482 $ this ->nativeClassExistsMethodCall (['RonasIT\Support\Tests\Support\Command\Models\Forum\Post ' , true ]),
8583 );
@@ -89,9 +87,4 @@ public function nativeIsSubClassOfMethodCall(array $arguments, bool $result = tr
8987 {
9088 return $ this ->functionCall ('is_subclass_of ' , $ arguments , $ result );
9189 }
92-
93- public function nativeUcwordsMethodCall (array $ arguments , string $ result ): array
94- {
95- return $ this ->functionCall ('ucwords ' , $ arguments , $ result );
96- }
97- }
90+ }
0 commit comments