Skip to content

Migrate tests to PHPUnit attributes & Laravel 13 Support#1

Merged
ricdizio merged 1 commit into
mainfrom
task/laravel-13-support
Mar 19, 2026
Merged

Migrate tests to PHPUnit attributes & Laravel 13 Support#1
ricdizio merged 1 commit into
mainfrom
task/laravel-13-support

Conversation

@ricdizio

@ricdizio ricdizio commented Mar 19, 2026

Copy link
Copy Markdown
Collaborator

Replace legacy /** @test */ and docblock data-provider annotations with PHP 8 attributes (#[Test], #[DataProvider]) across test suite and add necessary imports. Update SortableTest to use PHPUnit Attributes for data providers. Bump composer dev requirements to support newer versions (Laravel ^11|^12|^13, orchestra/testbench ^8|^9|^10|^11, phpunit ^10|^11.5.3|^12.0).

Replace legacy /** @test */ and docblock data-provider annotations with PHP 8 attributes (#[Test], #[DataProvider]) across test suite and add necessary imports. Update SortableTest to use PHPUnit Attributes for data providers. Bump composer dev requirements to support newer versions (Laravel ^11|^12|^13, orchestra/testbench ^8|^9|^10|^11, phpunit ^10|^11.5.3|^12.0). Add a Datadog static analysis config (static-analysis.datadog.yml). These changes modernize tests for PHP 8 attributes and update dependency constraints for newer frameworks and tooling.
@ricdizio ricdizio merged commit 75cacdd into main Mar 19, 2026
1 check passed
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.

1 participant