Create and run the Docker instance:
docker compose up -ddocker exec -it fintecture-sdk-php make initThen you can run the tests:
docker exec -it fintecture-sdk-php make testTo generate the test coverage report, you can run this command:
docker exec -it fintecture-sdk-php make test_coverageThere are 9 levels (0-8). Level is set in phpstan.neon.
docker exec -it fintecture-sdk-php make analysedocker exec -it fintecture-sdk-php make checkdocker exec -it fintecture-sdk-php make format