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.
lib | ||
locale | ||
sql/SQLite3 | ||
tests | ||
.gitattributes | ||
.gitignore | ||
autoload.php | ||
bootstrap.php | ||
composer.json | ||
composer.lock | ||
LICENSE | ||
README.md |
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"