aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/plugins/PluginWallabagTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugins/PluginWallabagTest.php')
-rw-r--r--tests/plugins/PluginWallabagTest.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/plugins/PluginWallabagTest.php b/tests/plugins/PluginWallabagTest.php
index 76b7887e..4e445efb 100644
--- a/tests/plugins/PluginWallabagTest.php
+++ b/tests/plugins/PluginWallabagTest.php
@@ -1,5 +1,6 @@
1<?php 1<?php
2use Shaarli\Config\ConfigManager; 2use Shaarli\Config\ConfigManager;
3use Shaarli\Plugin\PluginManager;
3 4
4/** 5/**
5 * PluginWallabagTest.php.php 6 * PluginWallabagTest.php.php
@@ -11,7 +12,7 @@ require_once 'plugins/wallabag/wallabag.php';
11 * Class PluginWallabagTest 12 * Class PluginWallabagTest
12 * Unit test for the Wallabag plugin 13 * Unit test for the Wallabag plugin
13 */ 14 */
14class PluginWallabagTest extends PHPUnit_Framework_TestCase 15class PluginWallabagTest extends \PHPUnit\Framework\TestCase
15{ 16{
16 /** 17 /**
17 * Reset plugin path 18 * Reset plugin path