mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-03-16 13:27:39 -04:00
Allow multiple values of intitle: , author:, inurl: Note: Tests for UserQueryTest are broken due to https://github.com/sebastianbergmann/phpunit/wiki/Release-Announcement-for-PHPUnit-4.0.0#backwards-compatibility-issues
8 lines
125 B
Markdown
8 lines
125 B
Markdown
# FreshRSS tests
|
|
|
|
```sh
|
|
cd ./tests/
|
|
wget https://phar.phpunit.de/phpunit.phar
|
|
php phpunit.phar --bootstrap bootstrap.php
|
|
```
|