Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 558 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 558 Bytes

Hairdresser Calendar


Installation

Run commands:

  1. Start Docker containers
    docker-compose up -d
  2. Install Composer packages
    docker-compose run --rm composer install

Tests running

PHPUnit

docker-compose exec php bin/phpunit

Code analyzing

Infection (mutation testing)

docker-compose exec php vendor/bin/infection --ansi --threads=5 --coverage=build/reports/infection

PHPStan

docker-compose exec php vendor/bin/phpstan analyse --ansi