You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can have the same instructions for all repos: composer test. This way we can easily maintain CONTRIBUTION guides, since they don't depend on the used testing framework.
I've found a way to make the used testing command transparent from several points of view:
https://github.com/indigophp/boilerplate/blob/package/composer.json#L25
Why is this good?
composer test
. This way we can easily maintain CONTRIBUTION guides, since they don't depend on the used testing framework.@ddeboer you are as concerned about package details as me. What do you think?
The text was updated successfully, but these errors were encountered: