diff options
author | VirtualTam <virtualtam@flibidi.net> | 2018-12-04 00:02:17 +0100 |
---|---|---|
committer | VirtualTam <virtualtam@flibidi.net> | 2019-01-12 23:11:19 +0100 |
commit | a932f486f20f3daf8ad657d8d39a6d6c316e66eb (patch) | |
tree | e9aeeec1ac6ffc65b129cab2571b2be2ad7cef46 /tests/plugins | |
parent | 9778a1551ce708b9f421a181806412a05410f1fb (diff) | |
download | Shaarli-a932f486f20f3daf8ad657d8d39a6d6c316e66eb.tar.gz Shaarli-a932f486f20f3daf8ad657d8d39a6d6c316e66eb.tar.zst Shaarli-a932f486f20f3daf8ad657d8d39a6d6c316e66eb.zip |
namespacing: \Shaarli\Router
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to 'tests/plugins')
-rw-r--r-- | tests/plugins/PluginAddlinkTest.php | 2 | ||||
-rw-r--r-- | tests/plugins/PluginPlayvideosTest.php | 2 | ||||
-rw-r--r-- | tests/plugins/PluginPubsubhubbubTest.php | 1 | ||||
-rw-r--r-- | tests/plugins/PluginQrcodeTest.php | 2 |
4 files changed, 7 insertions, 0 deletions
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 @@ | |||
4 | * PluginPlayvideosTest.php | 4 | * PluginPlayvideosTest.php |
5 | */ | 5 | */ |
6 | 6 | ||
7 | use Shaarli\Router; | ||
8 | |||
7 | require_once 'plugins/addlink_toolbar/addlink_toolbar.php'; | 9 | require_once 'plugins/addlink_toolbar/addlink_toolbar.php'; |
8 | require_once 'application/Router.php'; | 10 | require_once 'application/Router.php'; |
9 | 11 | ||
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 @@ | |||
4 | * PluginPlayvideosTest.php | 4 | * PluginPlayvideosTest.php |
5 | */ | 5 | */ |
6 | 6 | ||
7 | use Shaarli\Router; | ||
8 | |||
7 | require_once 'plugins/playvideos/playvideos.php'; | 9 | require_once 'plugins/playvideos/playvideos.php'; |
8 | require_once 'application/Router.php'; | 10 | require_once 'application/Router.php'; |
9 | 11 | ||
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 @@ | |||
1 | <?php | 1 | <?php |
2 | use Shaarli\Config\ConfigManager; | 2 | use Shaarli\Config\ConfigManager; |
3 | use Shaarli\Router; | ||
3 | 4 | ||
4 | require_once 'plugins/pubsubhubbub/pubsubhubbub.php'; | 5 | require_once 'plugins/pubsubhubbub/pubsubhubbub.php'; |
5 | require_once 'application/Router.php'; | 6 | require_once 'application/Router.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 @@ | |||
3 | * PluginQrcodeTest.php | 3 | * PluginQrcodeTest.php |
4 | */ | 4 | */ |
5 | 5 | ||
6 | use Shaarli\Router; | ||
7 | |||
6 | require_once 'plugins/qrcode/qrcode.php'; | 8 | require_once 'plugins/qrcode/qrcode.php'; |
7 | require_once 'application/Router.php'; | 9 | require_once 'application/Router.php'; |
8 | 10 | ||