Skip to content

Commit 09f439a

Browse files
author
Kapitanov Andrey
committed
#104744
1 parent b6a5519 commit 09f439a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/ClassParserTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@
8585

8686
expect($parser->getClassName())->toBe($namespace);
8787
})->with([
88-
[LaravelPolicy::class],
89-
[LaravelExistsController::class],
90-
[LaravelEmptyController::class],
88+
[LaravelPolicy::class],
89+
[LaravelExistsController::class],
90+
[LaravelEmptyController::class],
9191
]);
9292

9393
test('ClassParser check getFileName success', function (string $namespace) {

0 commit comments

Comments
 (0)