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
# run unit tests
make phpunit
# run code style checks
make cs
# run static analysis checks
make sa
# run all tests/checks on latest deps
make smoke-test
# create a test project
make test-project