Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 698 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 698 Bytes

Calculator

Test task

Setup

Based on https://github.com/dunglas/symfony-docker

  1. If not already done, install Docker Compose
  2. Run docker-compose build --pull --no-cache to build fresh images
  3. Run docker-compose up (the logs will be displayed in the current shell)
  4. Open https://localhost in your favorite web browser and accept the auto-generated TLS certificate
  5. Run docker compose down --remove-orphans to stop the Docker containers.

Tests

Run

docker compose exec php bin/phpunit

screenshot

TODO

  • add frontend tests using symfony/panther