Closed paul-thebaud closed 2 years ago
🚨Please review the guidelines for contributing to this repository.
Resolves #19 by providing two new config options:
testClassFinal
true
testClassStrictTypes
false
This is a breaking change (new option and config interface change), so it should be released on a new major release.
Kudos, SonarCloud Quality Gate passed!
0 Bugs 0 Vulnerabilities 0 Security Hotspots 0 Code Smells
100.0% Coverage 0.0% Duplication
Your checklist for this pull request
🚨Please review the guidelines for contributing to this repository.
Description
Resolves #19 by providing two new config options:
testClassFinal
(defaults totrue
): Tells if the test class should be final.testClassStrictTypes
(defaults tofalse
): Tells if the test class should declare strict types.This is a breaking change (new option and config interface change), so it should be released on a new major release.