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/PluginPlayvideosTest.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/plugins/PluginPlayvideosTest.php') diff --git a/tests/plugins/PluginPlayvideosTest.php b/tests/plugins/PluginPlayvideosTest.php index 29ad047f..7ee92400 100644 --- a/tests/plugins/PluginPlayvideosTest.php +++ b/tests/plugins/PluginPlayvideosTest.php @@ -4,6 +4,8 @@ * PluginPlayvideosTest.php */ +use Shaarli\Router; + require_once 'plugins/playvideos/playvideos.php'; require_once 'application/Router.php'; -- cgit v1.2.3