Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Add command to run tests for the repo
  • Loading branch information
vermakhushboo authored Jun 5, 2024
1 parent b5eaf86 commit 96a8ee0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ $ git push origin [name_of_your_new_branch]
8. After approval, merge your PR
9. GitHub will automatically delete the branch after the merge is done. (they can still be restored).

### Command to run test cases
```
./vendor/bin/phpunit --configuration phpunit.xml
```

## Introducing New Features

We would 💖 you to contribute to Utopia-php, but we would also like to make sure Utopia-php is as great as possible and loyal to its vision and mission statement 🙏.
Expand Down

0 comments on commit 96a8ee0

Please sign in to comment.