diff options
Diffstat (limited to 'tests/plugins/PluginAddlinkTest.php')
-rw-r--r-- | tests/plugins/PluginAddlinkTest.php | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/tests/plugins/PluginAddlinkTest.php b/tests/plugins/PluginAddlinkTest.php index f6fea7af..e0a0107d 100644 --- a/tests/plugins/PluginAddlinkTest.php +++ b/tests/plugins/PluginAddlinkTest.php | |||
@@ -1,19 +1,14 @@ | |||
1 | <?php | 1 | <?php |
2 | 2 | ||
3 | /** | 3 | use Shaarli\Plugin\PluginManager; |
4 | * PluginPlayvideosTest.php | ||
5 | */ | ||
6 | |||
7 | use Shaarli\Router; | 4 | use Shaarli\Router; |
8 | 5 | ||
9 | require_once 'plugins/addlink_toolbar/addlink_toolbar.php'; | 6 | require_once 'plugins/addlink_toolbar/addlink_toolbar.php'; |
10 | require_once 'application/Router.php'; | ||
11 | 7 | ||
12 | /** | 8 | /** |
13 | * Class PluginAddlinkTest | ||
14 | * Unit test for the Addlink toolbar plugin | 9 | * Unit test for the Addlink toolbar plugin |
15 | */ | 10 | */ |
16 | class PluginAddlinkTest extends PHPUnit_Framework_TestCase | 11 | class PluginAddlinkTest extends \PHPUnit\Framework\TestCase |
17 | { | 12 | { |
18 | /** | 13 | /** |
19 | * Reset plugin path. | 14 | * Reset plugin path. |