Files
FreshRSS/tests
Alexandre Alapetite 74ed1e6c57 Fix PHP 7.4 compatibility (#6038)
Some recent PRs have broken PHP 7.4 compatibility due to `mixed` typing.
2024-01-13 17:02:39 +01:00
..
2024-01-13 17:02:39 +01:00
2023-11-16 22:43:00 +01:00
2023-11-16 22:43:00 +01:00
2023-11-16 22:43:00 +01:00
2020-04-01 02:08:25 +02:00
2023-12-18 17:59:16 +01:00

FreshRSS tests

cd ./tests/
wget https://phar.phpunit.de/phpunit.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 and shfmt.