aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/config
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-03-09 19:15:48 +0100
committerGitHub <noreply@github.com>2017-03-09 19:15:47 +0100
commit9c5daad19c850d852f2e78ca571ad199362c0ffe (patch)
tree856bdcfe728cba86331a9d7c35d41d558d0fe00a /tests/config
parent1e38df6606a1faf86f5f6b2e94b61dec250db622 (diff)
parente6cd773f5a8bd757c9362524cfeb3f7cb7fa81c9 (diff)
downloadShaarli-9c5daad19c850d852f2e78ca571ad199362c0ffe.tar.gz
Shaarli-9c5daad19c850d852f2e78ca571ad199362c0ffe.tar.zst
Shaarli-9c5daad19c850d852f2e78ca571ad199362c0ffe.zip
Merge pull request #792 from ArthurHoaro/feature/private-filter-visual
Display private only filter as search criteria
Diffstat (limited to 'tests/config')
-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 {