aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/plugins/PluginPubsubhubbubTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/plugins/PluginPubsubhubbubTest.php')
-rw-r--r--tests/plugins/PluginPubsubhubbubTest.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/plugins/PluginPubsubhubbubTest.php b/tests/plugins/PluginPubsubhubbubTest.php
index 4680513e..a7bd8fc9 100644
--- a/tests/plugins/PluginPubsubhubbubTest.php
+++ b/tests/plugins/PluginPubsubhubbubTest.php
@@ -1,16 +1,17 @@
1<?php 1<?php
2namespace Shaarli\Plugin\Pubsubhubbub;
3
2use Shaarli\Config\ConfigManager; 4use Shaarli\Config\ConfigManager;
3use Shaarli\Plugin\PluginManager; 5use Shaarli\Plugin\PluginManager;
4use Shaarli\Router; 6use Shaarli\Router;
5 7
6require_once 'plugins/pubsubhubbub/pubsubhubbub.php'; 8require_once 'plugins/pubsubhubbub/pubsubhubbub.php';
7require_once 'application/Router.php';
8 9
9/** 10/**
10 * Class PluginPubsubhubbubTest 11 * Class PluginPubsubhubbubTest
11 * Unit test for the pubsubhubbub plugin 12 * Unit test for the pubsubhubbub plugin
12 */ 13 */
13class PluginPubsubhubbubTest extends PHPUnit_Framework_TestCase 14class PluginPubsubhubbubTest extends \PHPUnit\Framework\TestCase
14{ 15{
15 /** 16 /**
16 * @var string Config file path (without extension). 17 * @var string Config file path (without extension).