mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 00:59:35 +00:00
test: use correct path for bridges (#3427)
This commit is contained in:
parent
8f9eaae338
commit
ca351edbfe
@ -222,7 +222,7 @@ class BridgeImplementationTest extends TestCase
|
|||||||
public function dataBridgesProvider()
|
public function dataBridgesProvider()
|
||||||
{
|
{
|
||||||
$bridges = [];
|
$bridges = [];
|
||||||
foreach (glob(__DIR__ . '/../bridges/*Bridge.php') as $path) {
|
foreach (glob(__DIR__ . '/../../bridges/*Bridge.php') as $path) {
|
||||||
$bridges[basename($path, '.php')] = [$path];
|
$bridges[basename($path, '.php')] = [$path];
|
||||||
}
|
}
|
||||||
return $bridges;
|
return $bridges;
|
||||||
|
Loading…
Reference in New Issue
Block a user