[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=false
ANDmodelTests=false
- Exclude
phpunit.xml.dist
from generation - Remove
phpunit
package fromcomposer.json
- Remove
test
,test-apis
,test-models
scripts fromcomposer.json
- Remove
## Tests
section fromREADME.md
- Exclude
- When
apiTests=false
- Remove Apis testsuite from
phpunit.xml.dist
- Remove
test-apis
script fromcomposer.json
- Remove
composer test-apis
command fromREADME.md
- Remove Apis testsuite from
- When
modelTests=false
- Exclude
BaseModelTest.php
from generation - Remove Models testsuite from
phpunit.xml.dist
- Remove
test-models
script fromcomposer.json
- Remove
composer test-models
command fromREADME.md
- Exclude