diff --git a/README.id.md b/README.id.md index 4c1c061..d9c8ffa 100644 --- a/README.id.md +++ b/README.id.md @@ -119,7 +119,7 @@ Jika ingin berkontribusi terhadap project ini, baik untuk membuat *Issue*, usula #### Automated Testing ```bash -$ vendor/bin/phpunit +$ php artisan test --parallel ``` ![Free PMO Testing](public/screenshots/pmo-testing-01.jpg) diff --git a/README.md b/README.md index b36e4e3..13487e9 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ If you want to contribute to this project, by creating *Issue*, new feature prop #### Automated Testing ```bash -$ vendor/bin/phpunit +$ php artisan test --parallel ``` ![Free PMO Testing](public/screenshots/pmo-testing-01.jpg) diff --git a/public/screenshots/pmo-testing-01.jpg b/public/screenshots/pmo-testing-01.jpg index 4f0dd53..416b6b0 100644 Binary files a/public/screenshots/pmo-testing-01.jpg and b/public/screenshots/pmo-testing-01.jpg differ