diff options
author | 2018-12-26 21:58:07 +0100 | |
---|---|---|
committer | 2018-12-26 21:58:07 +0100 | |
commit | e7d3a006c82f47f1ba3aebfec4ab6333a4367a16 (patch) | |
tree | fa1ff9e2b03a0eff2ef22732d3a9dc4f06915633 /tests/BridgeImplementationTest.php | |
parent | ce65f51d919bc4e32b9f25259e0a92d70490c6e5 (diff) | |
download | rss-bridge-e7d3a006c82f47f1ba3aebfec4ab6333a4367a16.tar.gz rss-bridge-e7d3a006c82f47f1ba3aebfec4ab6333a4367a16.tar.zst rss-bridge-e7d3a006c82f47f1ba3aebfec4ab6333a4367a16.zip |
global: Fix code violations
Diffstat (limited to 'tests/BridgeImplementationTest.php')
-rw-r--r-- | tests/BridgeImplementationTest.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/BridgeImplementationTest.php b/tests/BridgeImplementationTest.php index 690a6189..ef4fe894 100644 --- a/tests/BridgeImplementationTest.php +++ b/tests/BridgeImplementationTest.php @@ -18,7 +18,6 @@ require_once __DIR__ . '/../lib/rssbridge.php'; * CACHE_TIMEOUT and PARAMETERS are optional */ final class BridgeImplementationTest extends TestCase { - private function CheckBridgePublicFunctions($bridgeName){ $parent_methods = array(); |