1
1
Fork 0
mirror of https://code.mensbeam.com/MensBeam/Arsse.git synced 2024-12-22 05:02:40 +00:00
The clean & modern RSS server that doesn't give you any crap.
Find a file
2017-05-26 10:01:35 -04:00
lib Fixed more Feed bugs 2017-05-23 22:15:57 -04:00
locale More Feed tests: more cache header handling 2017-05-22 13:01:38 -04:00
sql/SQLite3 NCNv1 feed calls and other changes 2017-05-18 23:03:33 -04:00
tests Fixed more Feed bugs 2017-05-23 22:15:57 -04:00
.gitattributes Converted all hard tabs to soft tabs 2017-02-16 14:29:42 -06:00
.gitignore Changed "NewsSync" to "Arsse" 2017-03-27 23:12:12 -05:00
autoload.php Eliminated passing of RuntimeData instances 2017-03-28 18:50:00 -04:00
bootstrap.php More Linux/macOS fixes 2017-05-21 22:20:21 -04:00
composer.json More Linux/macOS fixes 2017-05-21 22:20:21 -04:00
composer.lock More Linux/macOS fixes 2017-05-21 22:20:21 -04:00
LICENSE Add license file and skeleton of readme 2017-05-26 10:01:35 -04:00
README.md Add license file and skeleton of readme 2017-05-26 10:01:35 -04:00

Arsse: Advanced RSS Environment

TODO: Fill in stuff

License

Arsse is made available under the permissive MIT license. See the LICENSE file included with the distribution or source code for exact legal text. Dependencies included in the distribution may be governed by other licenses.

Running tests

To run the test suite, you must have Composer installed as well as the command-line PHP interpreter (this is normally required to use Composer). Port 8000 must also be available for use by the built-in PHP Web server.

# first install dependencies
composer install
# run the tests
./tests/test

The example uses Unix syntax, but the test suite also runs in Windows. By default all tests are run; you can pass the same arguments to the test runner as you would to PHPUnit:

./tests/test --testsuite "Configuration"