diff options
Diffstat (limited to 'tests/plugins/PluginPubsubhubbubTest.php')
-rw-r--r-- | tests/plugins/PluginPubsubhubbubTest.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/plugins/PluginPubsubhubbubTest.php b/tests/plugins/PluginPubsubhubbubTest.php index 24dd7a11..1bd87935 100644 --- a/tests/plugins/PluginPubsubhubbubTest.php +++ b/tests/plugins/PluginPubsubhubbubTest.php | |||
@@ -17,7 +17,7 @@ class PluginPubsubhubbubTest extends PHPUnit_Framework_TestCase | |||
17 | /** | 17 | /** |
18 | * Reset plugin path | 18 | * Reset plugin path |
19 | */ | 19 | */ |
20 | function setUp() | 20 | public function setUp() |
21 | { | 21 | { |
22 | PluginManager::$PLUGINS_PATH = 'plugins'; | 22 | PluginManager::$PLUGINS_PATH = 'plugins'; |
23 | } | 23 | } |
@@ -25,7 +25,7 @@ class PluginPubsubhubbubTest extends PHPUnit_Framework_TestCase | |||
25 | /** | 25 | /** |
26 | * Test render_feed hook with an RSS feed. | 26 | * Test render_feed hook with an RSS feed. |
27 | */ | 27 | */ |
28 | function testPubSubRssRenderFeed() | 28 | public function testPubSubRssRenderFeed() |
29 | { | 29 | { |
30 | $hub = 'http://domain.hub'; | 30 | $hub = 'http://domain.hub'; |
31 | $conf = new ConfigManager(self::$configFile); | 31 | $conf = new ConfigManager(self::$configFile); |
@@ -40,7 +40,7 @@ class PluginPubsubhubbubTest extends PHPUnit_Framework_TestCase | |||
40 | /** | 40 | /** |
41 | * Test render_feed hook with an ATOM feed. | 41 | * Test render_feed hook with an ATOM feed. |
42 | */ | 42 | */ |
43 | function testPubSubAtomRenderFeed() | 43 | public function testPubSubAtomRenderFeed() |
44 | { | 44 | { |
45 | $hub = 'http://domain.hub'; | 45 | $hub = 'http://domain.hub'; |
46 | $conf = new ConfigManager(self::$configFile); | 46 | $conf = new ConfigManager(self::$configFile); |