diff options
Diffstat (limited to 'tests/plugins/PluginWallabagTest.php')
-rw-r--r-- | tests/plugins/PluginWallabagTest.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/plugins/PluginWallabagTest.php b/tests/plugins/PluginWallabagTest.php index 2c268cbd..30351f46 100644 --- a/tests/plugins/PluginWallabagTest.php +++ b/tests/plugins/PluginWallabagTest.php | |||
@@ -15,7 +15,7 @@ class PluginWallabagTest extends PHPUnit_Framework_TestCase | |||
15 | /** | 15 | /** |
16 | * Reset plugin path | 16 | * Reset plugin path |
17 | */ | 17 | */ |
18 | function setUp() | 18 | public function setUp() |
19 | { | 19 | { |
20 | PluginManager::$PLUGINS_PATH = 'plugins'; | 20 | PluginManager::$PLUGINS_PATH = 'plugins'; |
21 | } | 21 | } |
@@ -23,7 +23,7 @@ class PluginWallabagTest extends PHPUnit_Framework_TestCase | |||
23 | /** | 23 | /** |
24 | * Test wallabag init without errors. | 24 | * Test wallabag init without errors. |
25 | */ | 25 | */ |
26 | function testWallabagInitNoError() | 26 | public function testWallabagInitNoError() |
27 | { | 27 | { |
28 | $conf = new ConfigManager(''); | 28 | $conf = new ConfigManager(''); |
29 | $conf->set('plugins.WALLABAG_URL', 'value'); | 29 | $conf->set('plugins.WALLABAG_URL', 'value'); |
@@ -34,7 +34,7 @@ class PluginWallabagTest extends PHPUnit_Framework_TestCase | |||
34 | /** | 34 | /** |
35 | * Test wallabag init with errors. | 35 | * Test wallabag init with errors. |
36 | */ | 36 | */ |
37 | function testWallabagInitError() | 37 | public function testWallabagInitError() |
38 | { | 38 | { |
39 | $conf = new ConfigManager(''); | 39 | $conf = new ConfigManager(''); |
40 | $errors = wallabag_init($conf); | 40 | $errors = wallabag_init($conf); |
@@ -44,7 +44,7 @@ class PluginWallabagTest extends PHPUnit_Framework_TestCase | |||
44 | /** | 44 | /** |
45 | * Test render_linklist hook. | 45 | * Test render_linklist hook. |
46 | */ | 46 | */ |
47 | function testWallabagLinklist() | 47 | public function testWallabagLinklist() |
48 | { | 48 | { |
49 | $conf = new ConfigManager(''); | 49 | $conf = new ConfigManager(''); |
50 | $conf->set('plugins.WALLABAG_URL', 'value'); | 50 | $conf->set('plugins.WALLABAG_URL', 'value'); |