mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-30 21:30:14 +02:00
refactor: introduce http Request object (#3926)
This commit is contained in:
@@ -30,7 +30,7 @@ class FormatImplementationTest extends TestCase
|
||||
public function dataFormatsProvider()
|
||||
{
|
||||
$formats = [];
|
||||
foreach (glob(PATH_LIB_FORMATS . '*.php') as $path) {
|
||||
foreach (glob(__DIR__ . '/../formats/*.php') as $path) {
|
||||
$formats[basename($path, '.php')] = [$path];
|
||||
}
|
||||
return $formats;
|
||||
|
Reference in New Issue
Block a user