[REQ][php-slim4] Partial generation support
Created by: ybelenko
Is your feature request related to a problem? Please describe.
There are apis, models, apiTests, modelTests global properties to exclude some parts of application.
Describe the solution you'd like
- When both
apiTests=falseANDmodelTests=false- Exclude
phpunit.xml.distfrom generation - Remove
phpunitpackage fromcomposer.json - Remove
test,test-apis,test-modelsscripts fromcomposer.json - Remove
## Testssection fromREADME.md
- Exclude
- When
apiTests=false- Remove Apis testsuite from
phpunit.xml.dist - Remove
test-apisscript fromcomposer.json - Remove
composer test-apiscommand fromREADME.md
- Remove Apis testsuite from
- When
modelTests=false- Exclude
BaseModelTest.phpfrom generation - Remove Models testsuite from
phpunit.xml.dist - Remove
test-modelsscript fromcomposer.json - Remove
composer test-modelscommand fromREADME.md
- Exclude