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/RouterTest.php | 9 ++------- tests/plugins/PluginAddlinkTest.php | 2 ++ tests/plugins/PluginPlayvideosTest.php | 2 ++ tests/plugins/PluginPubsubhubbubTest.php | 1 + tests/plugins/PluginQrcodeTest.php | 2 ++ 5 files changed, 9 insertions(+), 7 deletions(-) (limited to 'tests') diff --git a/tests/RouterTest.php b/tests/RouterTest.php index abf1bd5f..0cd49bb8 100644 --- a/tests/RouterTest.php +++ b/tests/RouterTest.php @@ -1,15 +1,10 @@