core: Rename RssBridge.php to rssbridge.php
Using lower case letters because the file doesn't implement a class.
This commit is contained in:
parent
2bb13169b4
commit
697d63bb96
3 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ if(file_exists('DEBUG')) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
require_once __DIR__ . '/lib/RssBridge.php';
|
require_once __DIR__ . '/lib/rssbridge.php';
|
||||||
|
|
||||||
// Specify path for whitelist file
|
// Specify path for whitelist file
|
||||||
define('WHITELIST_FILE', __DIR__ . '/whitelist.txt');
|
define('WHITELIST_FILE', __DIR__ . '/whitelist.txt');
|
||||||
|
|
|
@ -4,7 +4,7 @@ use PHPUnit\Framework\TestCase;
|
||||||
use PHPUnit\Framework\TestResult;
|
use PHPUnit\Framework\TestResult;
|
||||||
use PHPUnit\Framework\AssertionFailedError;
|
use PHPUnit\Framework\AssertionFailedError;
|
||||||
|
|
||||||
require_once(__DIR__ . '/../lib/RssBridge.php');
|
require_once(__DIR__ . '/../lib/rssbridge.php');
|
||||||
|
|
||||||
Bridge::setDir(PATH_LIB_BRIDGES);
|
Bridge::setDir(PATH_LIB_BRIDGES);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue