Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 804 Bytes

File metadata and controls

27 lines (21 loc) · 804 Bytes

Understand Code coverage

Reference:

Tasks:

  • Learn to generate code coverage
  • Write C0 tests
  • Write C1 tests
  • Write C2 tests

Run tests:

Start docker:

docker-compose up -d

Install composer:

docker-compose exec php composer install

Run unit tests: #1

See phpunit.xml to see test suites and docs to find how to run.