Skip to content

[5.x] Correct test namespaces to avoid PSR-4 warnings#13989

Merged
jasonvarga merged 1 commit into5.xfrom
psr4-warnings
Feb 18, 2026
Merged

[5.x] Correct test namespaces to avoid PSR-4 warnings#13989
jasonvarga merged 1 commit into5.xfrom
psr4-warnings

Conversation

@duncanmcclean
Copy link
Copy Markdown
Member

@duncanmcclean duncanmcclean commented Feb 18, 2026

This pull request fixes incorrect namespaces to avoid PSR-4 warnings from Composer.

Class Feature\Assets\SvgThumbnailTest located in ./tests/Feature/Assets/SvgThumbnailTest.php does not comply with psr-4 autoloading standard (rule: Tests\ => ./tests). Skipping.
Class Feature\Assets\ImageThumbnailTest located in ./tests/Feature/Assets/ImageThumbnailTest.php does not comply with psr-4 autoloading standard (rule: Tests\ => ./tests). Skipping.
Class Feature\Assets\PdfThumbnailTest located in ./tests/Feature/Assets/PdfThumbnailTest.php does not comply with psr-4 autoloading standard (rule: Tests\ => ./tests). Skipping.
Class Feature\Assets\DownloadAssetTest located in ./tests/Feature/Assets/DownloadAssetTest.php does not comply with psr-4 autoloading standard (rule: Tests\ => ./tests). Skipping.

Related:

@jasonvarga jasonvarga merged commit 3653440 into 5.x Feb 18, 2026
29 checks passed
@jasonvarga jasonvarga deleted the psr4-warnings branch February 18, 2026 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants