mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-05 02:24:35 +02:00
test: add new test for Configuration (#2915)
This commit is contained in:
parent
c33f84fcc2
commit
5e52ecc3f8
4 changed files with 37 additions and 4 deletions
|
@ -2,6 +2,10 @@
|
|||
|
||||
require_once __DIR__ . '/lib/rssbridge.php';
|
||||
|
||||
Configuration::verifyInstallation();
|
||||
Configuration::loadConfiguration();
|
||||
Authentication::showPromptIfNeeded();
|
||||
|
||||
try {
|
||||
if (isset($argv)) {
|
||||
parse_str(implode('&', array_slice($argv, 1)), $cliArgs);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue