From 65bfcf0818446fbf155fd0a991d5bd7f5ae4aae5 Mon Sep 17 00:00:00 2001 From: Colin DeCarlo Date: Sun, 9 Feb 2020 11:12:13 -0500 Subject: [PATCH] Update instructions for running PHPUnit --- php/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/README.md b/php/README.md index fe73c29..6232146 100644 --- a/php/README.md +++ b/php/README.md @@ -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