Skip to content

Commit

Permalink
Minor doc improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
Willem Vervuurt committed Jun 22, 2023
1 parent 65d9883 commit f705379
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/contributing-to-this-package.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,15 @@ You can run the test suite directly from the Nova project in which you are using
phpunit --testsuite NovaCalendar
```

If the test suite completes as expected, you should see something like this:

```console
PHPUnit 9.5.23 #StandWithUkraine
If the test suite completes as expected, you should see something like this:

........................... 27 / 27 (100%)
```console
PHPUnit 9.5.23 #StandWithUkraine

Time: 00:02.155, Memory: 26.00 MB
........................... 27 / 27 (100%)

OK (27 tests, 106 assertions)
```
Time: 00:02.155, Memory: 26.00 MB

OK (27 tests, 106 assertions)
```

0 comments on commit f705379

Please sign in to comment.