PHPUnit 10/11 Only set attribute when target attribute class exists on CoversAnnotationWithValueToAttributeRector #753
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Code Analysis Reusable | |
| on: | |
| pull_request: null | |
| push: | |
| branches: | |
| - main | |
| jobs: | |
| code_analysis_reusable: | |
| # see https://github.com/rectorphp/reusable-workflows | |
| uses: rectorphp/reusable-workflows/.github/workflows/code_analysis.yaml@main | |
| rector: | |
| # run only on main repository, not on the forks without access | |
| if: github.repository == 'rectorphp/rector-phpunit' | |
| # see https://github.com/rectorphp/reusable-workflows | |
| uses: rectorphp/reusable-workflows/.github/workflows/rector.yaml@main |