blob: 311461d0c258fc95e26b06d0fc093c8d005b4dce (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# FreshRSS tests
```sh
cd ./tests/
wget -O phpunit.phar https://phar.phpunit.de/phpunit-9.phar
php phpunit.phar --bootstrap bootstrap.php
```
The `shellchecks.sh` script is used to safeguard shell scripts from common
shell script bugs and to ensure a consistent style.
It requires [ShellCheck](https://www.shellcheck.net/) and [shfmt](https://github.com/mvdan/sh).
|