From a932f486f20f3daf8ad657d8d39a6d6c316e66eb Mon Sep 17 00:00:00 2001 From: VirtualTam Date: Tue, 4 Dec 2018 00:02:17 +0100 Subject: namespacing: \Shaarli\Router Signed-off-by: VirtualTam --- tests/plugins/PluginQrcodeTest.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/plugins/PluginQrcodeTest.php') diff --git a/tests/plugins/PluginQrcodeTest.php b/tests/plugins/PluginQrcodeTest.php index dd632eee..419965eb 100644 --- a/tests/plugins/PluginQrcodeTest.php +++ b/tests/plugins/PluginQrcodeTest.php @@ -3,6 +3,8 @@ * PluginQrcodeTest.php */ +use Shaarli\Router; + require_once 'plugins/qrcode/qrcode.php'; require_once 'application/Router.php'; -- cgit v1.2.3