FreshRSS/tests
Alexis Degrugillier 1f4e347cae
Add tests on i18n classes (#4756)
2022-10-20 23:42:47 +02:00
..
app Easier full-text search possibility (#4505) 2022-08-18 12:06:31 +02:00
cli/i18n Add tests on i18n classes (#4756) 2022-10-20 23:42:47 +02:00
fixtures fix: Ignore non-PHP files in migrations/ folder (#4163) 2022-01-17 13:13:27 +01:00
lib Allow CssXPath updates with composer (#4368) 2022-05-16 12:04:43 +02:00
.gitignore gitignore phpunit.phar (#2868) 2020-04-01 02:08:25 +02:00
README.md tests: add shellchecks and shfmt to README (#2458) 2019-07-24 05:26:51 +02:00
bootstrap.php Add a migration system (#2760) 2020-07-08 12:11:55 +02:00
shellchecks.sh [CI] Run shellcheck and shfmt (#2454) 2019-07-22 16:07:40 +02:00

README.md

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.