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 b6a5519 commit 09f439aCopy full SHA for 09f439a
tests/ClassParserTest.php
@@ -85,9 +85,9 @@
85
86
expect($parser->getClassName())->toBe($namespace);
87
})->with([
88
- [LaravelPolicy::class],
89
- [LaravelExistsController::class],
90
- [LaravelEmptyController::class],
+ [LaravelPolicy::class],
+ [LaravelExistsController::class],
+ [LaravelEmptyController::class],
91
]);
92
93
test('ClassParser check getFileName success', function (string $namespace) {
0 commit comments