From 9910310652ea28c88f7c090fce3ba230169d1f05 Mon Sep 17 00:00:00 2001 From: logmanoriginal Date: Tue, 6 Nov 2018 18:46:18 +0100 Subject: [PATCH] [BridgeImplementationTest] Use PATH_LIB_BRIDGES --- tests/BridgeImplementationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/BridgeImplementationTest.php b/tests/BridgeImplementationTest.php index c0785087..b7d13f1f 100644 --- a/tests/BridgeImplementationTest.php +++ b/tests/BridgeImplementationTest.php @@ -6,7 +6,7 @@ use PHPUnit\Framework\AssertionFailedError; require_once(__DIR__ . '/../lib/RssBridge.php'); -Bridge::setDir(__DIR__ . '/../bridges/'); +Bridge::setDir(PATH_LIB_BRIDGES); /** * This class checks bridges for implementation details: