Update instructions for running PHPUnit

This commit is contained in:
Colin DeCarlo
2020-02-09 11:12:13 -05:00
parent 2f2816b0f3
commit 65bfcf0818

View File

@@ -5,5 +5,5 @@ See the [top level readme](https://github.com/emilybache/Theatrical-Players-Refa
This project uses [PHPUnit](https://github.com/sebastianbergmann/phpunit) and [approvaltests](https://github.com/approvals/ApprovalTests.php).
Run ```composer install``` then ```./vendor/phpunit tests/StatementPrinterTest.php``` to run the tests
Run ```composer install``` then ```./vendor/bin/phpunit``` to run the tests