From e1850388348d4bfdf463a5aa341bc470da79cf32 Mon Sep 17 00:00:00 2001 From: VirtualTam Date: Tue, 4 Dec 2018 00:26:50 +0100 Subject: namespacing: \Shaarli\Plugin\PluginManager Signed-off-by: VirtualTam --- tests/plugins/PluginPlayvideosTest.php | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/plugins/PluginPlayvideosTest.php') diff --git a/tests/plugins/PluginPlayvideosTest.php b/tests/plugins/PluginPlayvideosTest.php index 7ee92400..aa3ad143 100644 --- a/tests/plugins/PluginPlayvideosTest.php +++ b/tests/plugins/PluginPlayvideosTest.php @@ -4,6 +4,7 @@ * PluginPlayvideosTest.php */ +use Shaarli\Plugin\PluginManager; use Shaarli\Router; require_once 'plugins/playvideos/playvideos.php'; -- cgit v1.2.3