Skip to content

Commit

Permalink
Merge branch 'use-attributes-in-tests' of github.com:DarkaOnLine/L5-S…
Browse files Browse the repository at this point in the history
…wagger into use-attributes-in-tests
  • Loading branch information
DarkaOnLine committed Feb 7, 2025
2 parents 92a0afc + b17d126 commit 5c0261e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/GeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public function testCanGenerateWithScanOptions(): void
$cfg['scanOptions']['pattern'] = 'L5SwaggerAnnotationsExample*.*';
$cfg['scanOptions']['analyser'] = new ReflectionAnalyser([
new AttributeAnnotationFactory(),
new DocBlockAnnotationFactory()
new DocBlockAnnotationFactory(),
]);
$cfg['scanOptions']['open_api_spec_version'] = '3.1.0';
$cfg['scanOptions']['processors'] = [new CleanUnmerged];
Expand Down

0 comments on commit 5c0261e

Please sign in to comment.