Create and run the Docker instance:
docker compose up -d
docker exec -it fintecture-sdk-php make init
Then you can run the tests:
docker exec -it fintecture-sdk-php make test
To generate the test coverage report, you can run this command:
docker exec -it fintecture-sdk-php make test_coverage
There are 9 levels (0-8). Level is set in phpstan.neon
.
docker exec -it fintecture-sdk-php make analyse
docker exec -it fintecture-sdk-php make check
docker exec -it fintecture-sdk-php make format