Skip to content

Commit

Permalink
Updated Contributing
Browse files Browse the repository at this point in the history
  • Loading branch information
janpecha committed Nov 24, 2023
1 parent a3f5a7f commit 968a8cf
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,13 @@ You need to install [Nette Tester](https://tester.nette.org/). The easiest way i
Now you should be able to run tests. On unix-like systems run following command in your terminal:

```
vendor/bin/tester -p php -c tests/php-unix.ini
vendor/bin/tester -C tests
```

or use Composer script:

```
composer tests
```

**Note:** the tests require these PHP extensions:
Expand Down

0 comments on commit 968a8cf

Please sign in to comment.