https://github.com/rectorphp/rector-compat-tests
Test repository to verify Rector custom rules/tests compatibility with other tools like PHPUnit and PHPStan in various versions
https://github.com/rectorphp/rector-compat-tests
Last synced: 3 months ago
JSON representation
Test repository to verify Rector custom rules/tests compatibility with other tools like PHPUnit and PHPStan in various versions
- Host: GitHub
- URL: https://github.com/rectorphp/rector-compat-tests
- Owner: rectorphp
- Created: 2025-10-09T14:12:00.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-10-11T12:34:27.000Z (3 months ago)
- Last Synced: 2025-10-11T12:35:06.668Z (3 months ago)
- Language: PHP
- Size: 19.5 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Todo
* [x] add simple custom rule test
* [x] run with PHPUnit 10, 11, 12
* [x] add PHPStan custom test too
* everything should pass
* add this to `rectorphp/rector-src` CI to verify everything works well :)