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/PluginAddlinkTest.php | 2 ++ tests/plugins/PluginPlayvideosTest.php | 2 ++ tests/plugins/PluginPubsubhubbubTest.php | 1 + tests/plugins/PluginQrcodeTest.php | 2 ++ 4 files changed, 7 insertions(+) (limited to 'tests/plugins') diff --git a/tests/plugins/PluginAddlinkTest.php b/tests/plugins/PluginAddlinkTest.php index b6239e7f..f6fea7af 100644 --- a/tests/plugins/PluginAddlinkTest.php +++ b/tests/plugins/PluginAddlinkTest.php @@ -4,6 +4,8 @@ * PluginPlayvideosTest.php */ +use Shaarli\Router; + require_once 'plugins/addlink_toolbar/addlink_toolbar.php'; require_once 'application/Router.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'; diff --git a/tests/plugins/PluginPubsubhubbubTest.php b/tests/plugins/PluginPubsubhubbubTest.php index 69d00936..75f146f2 100644 --- a/tests/plugins/PluginPubsubhubbubTest.php +++ b/tests/plugins/PluginPubsubhubbubTest.php @@ -1,5 +1,6 @@