Skip to content

Commit

Permalink
Merge pull request #43 from utopia-php/chore-add-command-to-run-tests
Browse files Browse the repository at this point in the history
Update CONTRIBUTING.md
  • Loading branch information
christyjacob4 authored Sep 19, 2024
2 parents cd55650 + 96a8ee0 commit a16e27a
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 a16e27a

Please sign in to comment.