aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-03-09 19:45:52 +0100
committerGitHub <noreply@github.com>2017-03-09 19:45:52 +0100
commit16a2ef6b5a28da9e3252d95c3217bb9b8c1e3ae4 (patch)
treed744155a1b68a203d4483195202d3d8562d02cf0 /tests
parent9c5daad19c850d852f2e78ca571ad199362c0ffe (diff)
parent5ba55f0cf287c583019bbb731ad98e04a14da972 (diff)
downloadShaarli-16a2ef6b5a28da9e3252d95c3217bb9b8c1e3ae4.tar.gz
Shaarli-16a2ef6b5a28da9e3252d95c3217bb9b8c1e3ae4.tar.zst
Shaarli-16a2ef6b5a28da9e3252d95c3217bb9b8c1e3ae4.zip
Merge pull request #794 from ArthurHoaro/hotfix/namespace
Move config exception to dedicated classes with proper namespace
Diffstat (limited to 'tests')
-rw-r--r--tests/config/ConfigManagerTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/config/ConfigManagerTest.php b/tests/config/ConfigManagerTest.php
index b81be5b6..1ec447b2 100644
--- a/tests/config/ConfigManagerTest.php
+++ b/tests/config/ConfigManagerTest.php
@@ -106,7 +106,7 @@ class ConfigManagerTest extends \PHPUnit_Framework_TestCase
106 /** 106 /**
107 * Try to write the config without mandatory parameter (e.g. 'login'). 107 * Try to write the config without mandatory parameter (e.g. 'login').
108 * 108 *
109 * @expectedException Shaarli\Config\MissingFieldConfigException 109 * @expectedException Shaarli\Config\Exception\MissingFieldConfigException
110 */ 110 */
111 public function testWriteMissingParameter() 111 public function testWriteMissingParameter()
112 { 112 {