aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/plugins/PluginWallabagTest.php
diff options
context:
space:
mode:
authorVirtualTam <virtualtam@flibidi.net>2018-12-04 23:17:23 +0100
committerVirtualTam <virtualtam@flibidi.net>2019-01-12 23:11:19 +0100
commit9585441734924cb8ece3924afa5fefb6aa2e2604 (patch)
tree9e62a09ab770101172054136d0e6d489601bc862 /tests/plugins/PluginWallabagTest.php
parente1850388348d4bfdf463a5aa341bc470da79cf32 (diff)
downloadShaarli-9585441734924cb8ece3924afa5fefb6aa2e2604.tar.gz
Shaarli-9585441734924cb8ece3924afa5fefb6aa2e2604.tar.zst
Shaarli-9585441734924cb8ece3924afa5fefb6aa2e2604.zip
namespacing: add plugin tests to \Shaarli\Plugin\[...]
Signed-off-by: VirtualTam <virtualtam@flibidi.net>
Diffstat (limited to 'tests/plugins/PluginWallabagTest.php')
-rw-r--r--tests/plugins/PluginWallabagTest.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/plugins/PluginWallabagTest.php b/tests/plugins/PluginWallabagTest.php
index 4e445efb..79751921 100644
--- a/tests/plugins/PluginWallabagTest.php
+++ b/tests/plugins/PluginWallabagTest.php
@@ -1,11 +1,9 @@
1<?php 1<?php
2namespace Shaarli\Plugin\Wallabag;
3
2use Shaarli\Config\ConfigManager; 4use Shaarli\Config\ConfigManager;
3use Shaarli\Plugin\PluginManager; 5use Shaarli\Plugin\PluginManager;
4 6
5/**
6 * PluginWallabagTest.php.php
7 */
8
9require_once 'plugins/wallabag/wallabag.php'; 7require_once 'plugins/wallabag/wallabag.php';
10 8
11/** 9/**