We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
There are apis, models, apiTests, modelTests global properties to exclude some parts of application.
apis
models
apiTests
modelTests
apiTests=false
modelTests=false
phpunit.xml.dist
phpunit
composer.json
test
test-apis
test-models
## Tests
README.md
composer test-apis
BaseModelTest.php
composer test-models
The text was updated successfully, but these errors were encountered:
ybelenko
Successfully merging a pull request may close this issue.
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
apiTests=false
ANDmodelTests=false
phpunit.xml.dist
from generationphpunit
package fromcomposer.json
test
,test-apis
,test-models
scripts fromcomposer.json
## Tests
section fromREADME.md
apiTests=false
phpunit.xml.dist
test-apis
script fromcomposer.json
composer test-apis
command fromREADME.md
modelTests=false
BaseModelTest.php
from generationphpunit.xml.dist
test-models
script fromcomposer.json
composer test-models
command fromREADME.md
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: