aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/config/ConfigPluginTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/config/ConfigPluginTest.php')
-rw-r--r--tests/config/ConfigPluginTest.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/config/ConfigPluginTest.php b/tests/config/ConfigPluginTest.php
index 22ab927b..deb02c9e 100644
--- a/tests/config/ConfigPluginTest.php
+++ b/tests/config/ConfigPluginTest.php
@@ -1,9 +1,7 @@
1<?php 1<?php
2namespace Shaarli\Config; 2namespace Shaarli\Config;
3 3
4/** 4use Shaarli\Config\Exception\PluginConfigOrderException;
5 * Config' tests
6 */
7 5
8require_once 'application/config/ConfigPlugin.php'; 6require_once 'application/config/ConfigPlugin.php';
9 7
@@ -41,7 +39,7 @@ class ConfigPluginTest extends \PHPUnit_Framework_TestCase
41 /** 39 /**
42 * Test save_plugin_config with invalid data. 40 * Test save_plugin_config with invalid data.
43 * 41 *
44 * @expectedException Shaarli\Config\PluginConfigOrderException 42 * @expectedException Shaarli\Config\Exception\PluginConfigOrderException
45 */ 43 */
46 public function testSavePluginConfigInvalid() 44 public function testSavePluginConfigInvalid()
47 { 45 {