Skip to content

Commit

Permalink
State the (maybe not so) obvious
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jun 4, 2017
1 parent e200b91 commit 3395d75
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/CONTRIBUTING.md
Expand Up @@ -51,6 +51,14 @@ The `phpunit` script can be used to invoke the PHPUnit test runner:
$ ./phpunit --version
```

## Running PHPUnit's own test suite

After following the steps shown above, PHPUnit's own test suite is run like this:

```bash
$ ./phpunit
```

## Reporting issues

Please use the most specific issue tracker to search for existing tickets and to open new tickets:
Expand Down

0 comments on commit 3395d75

Please sign in to comment.