Skip to content

Commit

Permalink
Removed unnecessary section from contributing file
Browse files Browse the repository at this point in the history
  • Loading branch information
kocsismate committed Jan 14, 2017
1 parent 41121a5 commit 65acb2f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,3 @@ We accept contributions via Pull Requests on [Github](https://github.com/woohool
- **Create feature branches** - Don't ask us to pull from your master branch.

- **One pull request per feature** - If you want to do more than one thing, send multiple pull requests.

## Running Tests
Woohoo Labs. Yin has a PHPUnit test suite. To run the tests, run the following command from the project folder
after you have copied phpunit.xml.dist to phpunit.xml:

``` bash
$ phpunit
```

Additionally, you may run `docker-compose up` in order to execute the tests.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "woohoolabs/yin",
"description": "Woohoo Labs. Yin",
"type": "library",
"keywords": ["Woohoo Labs.", "Yin", "JSON:API", "PSR-7"],
"keywords": ["Woohoo Labs.", "Yin", "JSON API", "PSR-7"],
"license": "MIT",
"authors": [
{
Expand Down

0 comments on commit 65acb2f

Please sign in to comment.