Skip to content

Commit

Permalink
- Add composer script to run phpunit test
Browse files Browse the repository at this point in the history
  • Loading branch information
ianriizky committed Dec 23, 2021
1 parent 5150104 commit 233d0e8
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ Jalankan perintah di bawah ini untuk menjalankan *test script* melalui [phpunit]

```bash
./vendor/bin/phpunit
## atau
composer test
```

## Daftar Studi Kasus yang Tersedia
Expand Down
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,8 @@
"psr-4": {
"Tests\\": "tests/"
}
},
"scripts": {
"test": "./vendor/bin/phpunit"
}
}

0 comments on commit 233d0e8

Please sign in to comment.