This version improves the use of MakerTestCase for testing maker classes in third-party projects and libraries.
What's Changed
- Fix Windows detection false-positive with "Darwin" by @GromNaN in #1776
- Remove phpunit-bridge symlink by @GromNaN in #1779
- Specify EntityRepository type in generated tests by @tcoch in #1783
- PHPUnit 11 compatibility by @GromNaN in #1766
- Make the root package name and path dynamically discovered in
MakerTestCaseby @GromNaN in #1770 - Remove redundant PHP CS Fixer job by @HypeMC in #1786
- Fix typo in phpdoc by @Fan2Shrek in #1788
- [make:entity] Autocompletion for enum classes by @tcoch in #1785
- [make:entity] Specify more types categories by @tcoch in #1784
- Update Yaml indentation in tests after symfony/symfony#62967 by @tcoch in #1790
EnumHelper.php: Fix Windows behaviour by @tcoch in #1791- [maker:controller] Fix invokable
-iconflict with APP_ID-iby @ayyoub-afwallah in #1761 - [Make:Voter] Add Missing Vote param in
voteOnAttribute()by @ayyoub-afwallah in #1759
Full Changelog: v1.66.0...v1.67.0