Skip to content

Commit

Permalink
Merge branch '5.7' into 6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Jun 4, 2017
2 parents 16999a1 + 3395d75 commit 428999f
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 428999f

Please sign in to comment.