Skip to content

Tests

Tests #248

Triggered via pull request November 11, 2025 14:25
Status Success
Total duration 28s
Artifacts

rector.yml

on: pull_request_target
Matrix: rector / rector
Fit to window
Zoom out
Zoom in

Annotations

1 error
rector / PHP 8.4-ubuntu-latest: tests/Unit/WorkerTest.php#L69
FirstClassCallableRector --- Original +++ New @@ -69,7 +69,7 @@ ['not-found-class-name' => new FakeHandler()], ]; yield 'static-definition' => [ - [FakeHandler::class, 'staticExecute'], + FakeHandler::staticExecute(...), [FakeHandler::class => new FakeHandler()], ]; yield 'callable' => [