Skip to content

Commit

Permalink
add test script
Browse files Browse the repository at this point in the history
  • Loading branch information
creme332 committed Jan 17, 2024
1 parent 5db3094 commit 1b107b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
"ext-pdo": "*",
"ext-mbstring": "*"
},
"scripts": {
"test": "phpunit tests"
},
"autoload": {
"psr-4": {
"Steamy\\": "src/",
Expand Down
2 changes: 1 addition & 1 deletion docs/USAGE_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ Go to http://localhost/steamy-sips/public/ in your browser to see the website.
To run tests:

```bash
./vendor/bin/phpunit tests
composer tests
```

0 comments on commit 1b107b6

Please sign in to comment.