Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 555 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 555 Bytes

TDD with PHPUnit

Installation

To run VM

  • Go to project dir: cd tdd-php
  • Execute command vagrant up

To run tests

To run tests you can run the following commad from app dir:

vagrant ssh -c "cd /opt/software/tdd-php && ./vendor/bin/phpunit"