paul-thebaud / phpunitgen-core

PhpUnitGen is a PHP tool to generate your unit tests' skeletons on your projects.
https://phpunitgen.io
MIT License
29 stars 6 forks source link

feat: add test class typed properties option #25

Closed paul-thebaud closed 2 years ago

paul-thebaud commented 2 years ago

Your checklist for this pull request

🚨Please review the CONTRIBUTING guide.

Description

Resolves #20 by providing a new config option:

Additional change: test class properties are now declared private. This is a breaking change (new option and multiple interface change), so it should be released on a new major release.

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

100.0% 100.0% Coverage
0.0% 0.0% Duplication