Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 244 Bytes

readme.md

File metadata and controls

19 lines (14 loc) · 244 Bytes

Sample phpunit test using mockery

How to set up

Requirements

  • PHP > 7.0
  • composer
git clone git@github.com:harryolx/sample-phpunit-test.git
cd sample-phpunit-test
composer install

How to run test

composer test