FreshRSS/tests
Alexandre Alapetite aa07582419
Better restrict tag search (#4882)
* Better restrict tag search
#fix https://github.com/FreshRSS/FreshRSS/issues/4877
Search only on full tag names and not on parts of tag names

* Better whitespace handling
2022-11-23 22:41:00 +01:00
..
app Better restrict tag search (#4882) 2022-11-23 22:41:00 +01: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.