Skip to content
This repository has been archived by the owner on Apr 30, 2020. It is now read-only.

Latest commit

 

History

History
18 lines (15 loc) · 260 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 260 Bytes

the phpsu test suite

If you want to run this test suite, you need:

  • docker
  • docker-compose
  • composer

Run the tests:

composer install
composer test

Run the tests in watch mode:

composer install
bash runTestWatch.sh