mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-03 02:24:38 +02:00
refactor: introduce http Request object (#3926)
This commit is contained in:
parent
9574c17ddc
commit
d08d13f2c8
19 changed files with 125 additions and 94 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue