mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-02 00:56:08 +02:00
refactor: extract class PepperBridgeAbstract
This commit is contained in:
parent
bb6d553dd5
commit
f00f90328d
5 changed files with 681 additions and 682 deletions
|
@ -209,7 +209,7 @@ class BridgeImplementationTest extends TestCase {
|
|||
|
||||
public function dataBridgesProvider() {
|
||||
$bridges = array();
|
||||
foreach (glob(PATH_LIB_BRIDGES . '*.php') as $path) {
|
||||
foreach (glob(PATH_LIB_BRIDGES . '*Bridge.php') as $path) {
|
||||
$bridges[basename($path, '.php')] = array($path);
|
||||
}
|
||||
return $bridges;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue